Coolify logoCoolify
DELETE
/databases/{uuid}/backups/{scheduled_backup_uuid}

Deletes a backup configuration and all its executions.

Authorization

bearerAuth
AuthorizationBearer <token>

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

In: header

Path Parameters

uuid*string

UUID of the database

scheduled_backup_uuid*string

UUID of the backup configuration to delete

Query Parameters

delete_s3?boolean

Whether to delete all backup files from S3

Defaultfalse

Response Body

application/json

application/json

curl -X DELETE "https://app.coolify.io/api/v1/databases/string/backups/string"
{  "message": "Backup configuration and all executions deleted."}
{  "message": "Backup configuration not found."}