Upgrade Volume
Notes:
- The volume must be attached to a node before it can be upgraded.
- Volume cannot be upgraded when there exists a snapshot. Either delete the snapshot and then upgrade, or use the snapshot to create a new volume.
PUT
/block_storage/{block_id}/vm/upgrade/Path parameters
block_idPathstringrequiredBlock ID
Query parameters
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredLocation (Delhi and Chennai)
Request body
application/json
ID of the virtual machine the volume is attached to.
example
11584New size of the block storage in GB.
example
300Updated name for the block storage.
example
V_100GB_200Responses
200A successful response indicating block storage has been upgraded
Response status code
example
200Any errors that occurred during the operation (if applicable)
Response message indicating the operation result
example
Block Storage is upgraded.