v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Deployments

Cancel

Cancel a deployment by UUID.

post/deployments/{uuid}/cancel

Path parameters

uuidstring required

Deployment UUID

Response

Deployment cancelled successfully.

messagestring
deployment_uuidstring
statusstring

Example response

{
  "message": "Deployment cancelled successfully.",
  "deployment_uuid": "cm37r6cqj000008jm0veg5tkm",
  "status": "cancelled-by-user"
}