coolify_update_database_backup
Update a database backup schedule configuration by adjusting frequency, enable/disable status, S3 storage, or naming prefix.
Instructions
[WRITE] Update a database backup schedule configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the database | |
| enabled | No | Enable or disable the backup schedule | |
| frequency | No | Cron frequency for backups | |
| backup_uuid | Yes | UUID of the scheduled backup | |
| custom_fields | No | Additional fields not listed above (advanced) | |
| s3_storage_id | No | S3 storage ID for remote backups | |
| database_name_prefix | No | Prefix for backup database name |