Cancel​
POST
/deployments/{uuid}/cancel
Cancel a deployment by UUID.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
Deployment UUID
Type
Requiredstring
Responses​
Deployment cancelled successfully.
application/json
JSON
{
"message": "Deployment cancelled successfully.",
"deployment_uuid": "cm37r6cqj000008jm0veg5tkm",
"status": "cancelled-by-user"
}
