Skip to main content
POST
/
api
/
svc
/
v1
/
apps
/
{id}
/
deployments
/
{deploymentId}
/
cancel
Cancel an Ongoing Deployment
curl --request POST \
  --url https://{controlPlaneURL}/api/svc/v1/apps/{id}/deployments/{deploymentId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required
deploymentId
string
required

Response

message
string