DELETE/deployments/{id}

Stops a running deployment and marks it for deletion. If the deployment is already in a terminal state (stopped or failed), returns immediately.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Deployment ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/deployments/string"
Empty