Skip to content

Backups API

List Backups

GET /api/sites/{siteId}/backups

Returns backup history for a site.

Create Backup

POST /api/sites/{siteId}/backups

Trigger a new backup. This is an asynchronous operation — the backup will be created in the background.

Restore Backup

POST /api/sites/{siteId}/backups/{backupId}/restore

Restore a site from a specific backup.