Create Migration
Migrations
Create Migration
Create a new namespace migration.
This endpoint creates a migration and optionally validates it. Use start_immediately=True to begin execution immediately.
Args: request: FastAPI request create_request: Migration configuration
Returns: CreateMigrationResponse with migration ID and status
POST
Create Migration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Successful Response
Response after creating a migration.
Created migration ID
Current status
Available options:
draft, validating, pending, in_progress, completed, failed, cancelled Creation timestamp
Human-readable message
Validation result if available

