coolify_update_backup_config
Update a database backup configuration by providing only the fields you want to change, with cron expression validation for scheduled backups.
Instructions
Update a backup configuration for a database. PATCH semantics — only provided fields are updated. Cron expression is validated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Enable or disable the backup config | |
| schedule | No | Cron expression for backup schedule | |
| retention | No | Number of backups to retain | |
| database_uuid | Yes | Database UUID | |
| scheduled_backup_uuid | Yes | Scheduled backup UUID |