Backup Schedules
Create backup schedule
Create a recurring backup schedule for a VM.
- Daily — set type to daily. Runs every day at time.
- Weekly — set type to weekly and pass day_of_week (Monday–Sunday). Runs on that day at time.
keep_count controls retention — older backups beyond this count are pruned automatically.
post/api/v1/backup-schedules
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Request body
Example request
{
"time": "8am"
}Response
Backup schedule created