Backup delete execution

Delete a specific backup execution and optionally from S3. First UUID is the database, second is the backup configuration, third is the specific execution.

Usage

coolify database backup delete-execution <database_uuid> <backup_uuid> <execution_uuid>

Options

OptionTypeRequiredDefaultDescription
--delete-s3booleanNofalseDelete backup file from S3

Get current help

coolify database backup delete-execution --help

The installed CLI help reflects the exact options available in your CLI version.

On this page