Skip to main content
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

MethodEndpointDescription
GET/api/v1/backupsList backups
POST/api/v1/backupsCreate a backup
GET/api/v1/backups/{id}Get backup details
DELETE/api/v1/backups/{id}Delete a backup
POST/api/v1/backups/{id}/restoreRestore a backup

Backup Schedules

MethodEndpointDescription
GET/api/v1/backup-schedulesList backup schedules
POST/api/v1/backup-schedulesCreate 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