v1
latestSwagger 2.02026-07-17111025.6 KBVolume
Create volume
Provisions a new volume.
post/namespaces/{namespace}/volumes
Path parameters
namespacestring required
Object name and auth scope, such as for teams and projects.
Request body
Response
Volume created successfully
Example response
{
"Name": "vol01",
"Size": 5,
"Labels": {
"com.example.some-label": "some-value",
"com.example.some-other-label": "some-other-value"
}
}