Full API documentation for Backups is coming soon. You can manage backups today from the Raff Dashboard.
Overview
Backups provide scheduled, automatic copies of your virtual machines. Configure daily, weekly, or monthly backup schedules with customizable retention policies.Available Endpoints
Backups
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/backups | List backups |
POST | /api/v1/backups | Create a backup |
GET | /api/v1/backups/{id} | Get backup details |
DELETE | /api/v1/backups/{id} | Delete a backup |
POST | /api/v1/backups/{id}/restore | Restore a backup |
Backup Schedules
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/backup-schedules | List backup schedules |
POST | /api/v1/backup-schedules | Create a schedule |
GET | /api/v1/backup-schedules/{id} | Get schedule details |
DELETE | /api/v1/backup-schedules/{id} | Delete a schedule |
PATCH | /api/v1/backup-schedules/{id} | Update a schedule |