Branch an instance
Open instance actions
- In your Blnk Cloud workspace, go to
Settings > Instances; - Find the instance you want to branch from;
- Click the actions menu (three dots) next to the instance;
- Click
Branch out.

Provide instance details
- Enter a descriptive Instance name for your branch (e.g., “Production - Test”, “Staging - Feature X”);
- Optionally, select a
Restore pointto create the branch from a specific point in time:- Use the date picker to select a date (up to 7 days back);
- Use the time picker to select the exact time.

If you don’t select a restore point, the branch will be created with the current data from the parent instance.
Use cases
Branching is useful for a variety of scenarios where you need isolated copies of your instance data:Test product launches in isolation:Create a branch to test new features or product launches without affecting your main instance.- Run reconciliation: Use branches to perform reconciliation processes on historical data without impacting live operations.
Create copies for other teams:Share isolated instances with different teams for development, testing, or analysis purposes.- Run insights & analytics: Generate reports and analytics on historical data without affecting your production environment.
Compliance auditing:Create branches for compliance reviews and audits on historical data states.- Performance testing: Run load tests and performance analysis on isolated copies of your production data.
- Data migration validation: Test data migration scripts and processes before applying them to production.