Skip to main content
POST
/
deploymentQueue
/
{deploymentRequestId}
/
cancelDeployment
Cancel deployment request
curl --request POST \
  --url https://api.qovery.com/deploymentQueue/{deploymentRequestId}/cancelDeployment \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
This response has no body data.

Authorizations

Authorization
string
header
required

Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"

Path Parameters

deploymentRequestId
string<uuid>
required

Body

application/json · object