POST
/
api
/
svc
/
v1
/
apps
/
{id}
/
deployments
/
{deploymentId}
/
cancel
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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Application id of the application

deploymentId
string
required

Deployment id of the deployment

Response

200
application/json
Deployment cancelled successfully.
message
string

Deployment cancelled