Volume
Block storage volumes that can be attached to virtual machines to expand their storage capacity. These endpoints let you create, list, retrieve, update, and delete volumes, list volume types, and check name availability.
Endpoints
POST
Create volume
Creates a volume that can be attached to a virtual machine. Specify image_id to create a bootable volume; the size must be at least 100 GB.
GET
List volumes
Returns a list of your existing volumes with their configuration and attachment details.
GET
Fetch volume details
Retrieves all data associated with a specific volume, including size, type, status, and attachment metadata.
PATCH
Update volume fields
Updates an existing volume's attributes, such as the environment it belongs to.
Was this page helpful?