Full API documentation for Volumes is coming soon. You can manage volumes today from the Raff Dashboard.
Overview
Volumes are block storage devices that can be attached to virtual machines. Use volumes to add persistent storage beyond the base disk included with your VM.Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/volumes | List volumes |
POST | /api/v1/volumes | Create a volume |
GET | /api/v1/volumes/{id} | Get volume details |
DELETE | /api/v1/volumes/{id} | Delete a volume |
PATCH | /api/v1/volumes/{id} | Resize a volume |
POST | /api/v1/volumes/{id}/attach | Attach to a VM |
POST | /api/v1/volumes/{id}/detach | Detach from a VM |