coolify_delete_backup_execution
Delete a specific backup execution record from a database's scheduled backup. Confirmation is required to prevent accidental data loss.
Instructions
[DESTRUCTIVE] Delete a specific backup execution record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the database | |
| confirm | No | Set to true to confirm this destructive operation | |
| backup_uuid | Yes | UUID of the scheduled backup | |
| execution_uuid | Yes | UUID of the backup execution to delete |