Group 16 of 25
Backups & restores
Available restore points and the confirmation-tier restore flow.
Endpoints
9
Path prefix
/api/v1
Endpoints
GET
/api/v1/backups
Existing hosting backups for an account
R
GET
/api/v1/backups/schedule
Get the account backup schedule
R
GET
/api/v1/backups/account
List the account's backup records
R
GET
/api/v1/backups/restores
Restore progress and outcome
R
GET
/api/v1/backups/restores/{restore}
Restore progress and outcome
R
GET
/api/v1/backups/{backup}/contents
What is inside one backup
R
POST
/api/v1/backups/restore
Hold a backup restore for confirmation
W
POST
/api/v1/backups/restores/{restore}/cancel
Stop a running restore
W
PUT
/api/v1/backups/schedule
Report backup scheduling as not settable through the API
W