Apply Pipeline Migrations
POST/api/v1/workspaces/:workspace_name/pipelines/apply-migrations
Apply detected migrations to a pipeline asynchronously.
Creates a migration job and dispatches it to a background worker. Poll the migrations endpoint to track progress.
Request
Responses
- 202
- 409
- 422
Migration job accepted and queued for processing.
A migration is already in progress for this pipeline.
Validation Error
Was this page helpful?