v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
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

type'daily' | 'weekly'
timestring
day_of_week'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday'

Required when type is weekly.

keep_countinteger

Example request

{
  "time": "8am"
}

Response

Backup schedule updated

successboolean