Database
Create database branch
Creates a new branch from the specified parent branch (or default 'main' branch). Branches provide instant point-in-time clones of your database for isolated development, staging, testing, or feature work. Perfect for testing schema changes, running migrations safely, or creating ephemeral preview environments.
post/database/v1/projects/{id}/branches
Path parameters
idstring required
Database project ID
Request body
Response
Branch created successfully