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

MethodEndpointDescription
GET/api/v1/volumesList volumes
POST/api/v1/volumesCreate 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}/attachAttach to a VM
POST/api/v1/volumes/{id}/detachDetach from a VM