Authorizations
API Keys can be issued in the Orb's web application.
curl --request POST \
--url https://api.withorb.com/v1/plans/{plan_id}/migrations/{migration_id}/cancel \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"plan_id": "<string>",
"effective_time": "2023-12-25",
"status": "not_started"
}This endpoint cancels a migration.
curl --request POST \
--url https://api.withorb.com/v1/plans/{plan_id}/migrations/{migration_id}/cancel \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"plan_id": "<string>",
"effective_time": "2023-12-25",
"status": "not_started"
}API Keys can be issued in the Orb's web application.
Was this page helpful?