Cancel Deployment
coolify_cancel_deploymentCancel a running or queued deployment by providing its deployment UUID. Stops the deployment process immediately, preventing unwanted changes.
Instructions
Cancel a running or queued deployment by its deployment UUID (not the application UUID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| deployment_uuid | Yes | The deployment UUID to cancel (from coolify_deploy or coolify_list_deployments) |