Full API documentation for Snapshots is coming soon. You can manage snapshots today from the Raff Dashboard.
Overview
Snapshots are point-in-time copies of your virtual machines or volumes. Use snapshots for quick backups before making changes, or to clone resources.Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/snapshots | List snapshots |
POST | /api/v1/snapshots | Create a snapshot |
GET | /api/v1/snapshots/{id} | Get snapshot details |
DELETE | /api/v1/snapshots/{id} | Delete a snapshot |
POST | /api/v1/snapshots/{id}/restore | Restore a snapshot |
PATCH | /api/v1/snapshots/{id}/rename | Rename a snapshot |