v1
latestSwagger 2.02026-07-17111025.6 KBVolume
Update volume
Updates an existing volume.
put/namespaces/{namespace}/volumes/{name}
Path parameters
namestring required
Volume name or ID.
namespacestring required
Object name and auth scope, such as for teams and projects.
Request body
Response
Success
Example response
{
"Name": "vol01",
"Size": 5,
"Labels": {
"com.example.some-label": "some-value",
"com.example.some-other-label": "some-other-value"
}
}