cURL
Patch apiv1vm disk
PATCH
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
VM ID whose disk to resize
Query Parameters
If true, return an error immediately if the VM is still booting. Default: false
Body
application/json
Request body for PATCH /api/vm/{vm_id}/disk
The new disk size in MiB. Must be strictly greater than the current size.
Required range:
x >= 0Response
VM disk resized successfully