Delete Backup Execution
coolify_delete_backup_executionDelete a backup execution and its stored file from a Coolify database backup schedule using UUIDs. Use this to remove erroneous or unwanted backup records.
Instructions
Delete a single backup execution (and its stored file) by 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. | |
| backup_uuid | Yes | Backup schedule UUID | |
| database_uuid | Yes | Database UUID | |
| execution_uuid | Yes | Backup execution UUID |