Namespace Migrations
Start Migration
Start a migration execution.
Args: request: FastAPI request migration_id: Migration ID start_request: Start options
Returns: StartMigrationResponse with task ID
post/v1/namespaces/migrations/{migration_id}/start
Path parameters
migration_idstring required
Request body
Response
Successful Response
Example response
{
"message": "Migration started successfully. Track progress at GET /migrations/{id}",
"migration_id": "mig_abc123xyz789",
"started_at": "2025-12-03T10:05:00Z",
"status": "pending",
"task_id": "task_xyz789"
}Changes
Changed in 1 of the 32 revisions of this API.1
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○