curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/deployments/{deploymentId}/cancel \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Cancel an ongoing deployment associated with the provided application ID and deployment ID.
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id}/deployments/{deploymentId}/cancel \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Application id of the application
Deployment id of the deployment
Deployment cancelled successfully.
Deployment cancelled
Was this page helpful?