Delete Coolify Application
coolify_delete_applicationPermanently delete an application by UUID, stopping the app and removing all associated resources including configurations and volumes.
Instructions
Permanently delete an application by UUID. This stops the app and removes all associated resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The UUID of the resource | |
| 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. | |
| delete_volumes | No | Also delete Docker volumes (default: true) | |
| delete_configurations | No | Also delete persistent storage/configs (default: true) |