Backup Schedules
Update backup schedule
Update one or more fields on an existing backup schedule. Omitted fields are unchanged.
patch/api/v1/backup-schedules/{id}
Path parameters
idinteger required
Backup schedule ID — the id field returned by List Backup Schedules or Create Backup Schedule.
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 updated