Skip to main content
PATCH
Update backup schedule
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Headers

X-Project-ID
string<uuid>
required

Project ID. Required for all mutating operations (create, delete, power actions, resize).

Path Parameters

id
integer
required

Backup schedule ID — the id field returned by List Backup Schedules or Create Backup Schedule.

Body

application/json
type
enum<string>
Available options:
daily,
weekly
time
string
Example:

"8am"

day_of_week
enum<string>

Required when type is weekly.

Available options:
Monday,
Tuesday,
Wednesday,
Thursday,
Friday,
Saturday,
Sunday
keep_count
integer
Required range: x >= 1

Response

Backup schedule updated

success
boolean
data
object
Last modified on May 8, 2026