Delete Coolify Database
coolify_delete_databaseDelete a database and its data volumes permanently. Specify the UUID and instance (prod/dev) to prevent accidental data loss.
Instructions
Delete a database resource. WARNING: This destroys the database and all its data.
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 data volumes (default: true) |