Skip to main content

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 volume types

Retrieves a list of available volume types for use in new volume creation.

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.

DEL

Delete volume

Permanently deletes a volume by ID.

GET

Fetch volume name availability

Checks whether a name is available for use as a volume.

On this page