Backup API
Create and restore full environment backups, including all posts, agents, configurations, and SEO data.
Prefix: /api/backup
Endpoints
| Method | Path | Description | Role |
|---|---|---|---|
POST | /create | Create a full backup of the current environment | Admin |
POST | /restore | Restore an environment from a backup file | Admin |
GET | /history | List backup history for the environment | Admin |
GET | /statistics | Get backup size and frequency statistics | Admin |