Cancel Migration
Migrations
Cancel Migration
Cancel a running migration.
Args: request: FastAPI request migration_id: Migration ID cancel_request: Cancellation options
Returns: CancelMigrationResponse with updated status
POST
Cancel Migration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request to cancel a migration.
Cancellation reason
Response
Successful Response
Response after cancelling a migration.

