Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Hiloop API key sent as an HTTP Bearer token.

Body

application/json
project_id
string

The project the volume belongs to.

name
string

The volume name — unique within the project (letters, digits, dots, dashes, underscores; at most 100 characters).

description
string

An optional user-assigned free-text description (at most 4 KiB). Empty leaves the volume undescribed.

quota_bytes
string

Storage quota in bytes (required). A quota, not an allocation; at most 2 TiB per volume.

Response

OK

volume
object

The created volume.