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>"
}Was this page helpful?