Increase Disk Size
Increases the workspace disk size. Disk size can only be increased, not reduced. Works for both Instances and Virtual Machines.
For Virtual Machines: after resizing, the new storage is not automatically visible inside the VM. To apply the new size, either restart the VM or run these commands while it is running: sudo partprobe && sudo growpart /dev/vda 1 && sudo resize2fs /dev/vda1
PUT
/notebooks/{Instance_id}/pvc/upgrade/Path parameters
Instance_idPathintegerrequiredInstance ID
Query parameters
project_idQueryintegerrequiredProject ID
active_iamQueryintegeroptionalActive IAM ID (To access contact person account) Find your Active IAM ID here
locationQuerystringrequiredLocation
Request body
application/json
The size value
Responses
200Disk size upgraded successfully
example
200example
Disk Size upgraded successfully. It can take a few minutes for the changes to get reflected