cancel_deployment
Stop an in-progress deployment by its UUID. Preview the action with dry-run, then confirm to halt the deployment and prevent completion.
Instructions
Cancel an in-progress deployment by its deployment UUID (fenced). Requires --allow-destructive and confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to confirm this destructive operation. | |
| dry_run | No | If true, show what would be cancelled without performing the action. | |
| instance | No | Coolify instance name (omit for the default). | |
| deployment_uuid | Yes | Coolify deployment UUID to cancel (alphanumeric). |