Resize virtual machine
POST/core/virtual-machines/:vm_id/resize
Updates the hardware configuration for an existing virtual machine. Include the virtual machine ID in the path and provide the new configuration, referred to as a flavor, in the body of the request. For additional information on resizing, see Flavors.
Note: Currently disabled by feature flag; the API responds 400 "This feature is currently disabled".
Request
Responses
- 200
- 400
- 401
- 404
- 405
- 500
The resizing of the virtual machine configuration was successful.
Bad Request
Common cause: error_reason: bad_request.
Unauthorized
Not Found
Method Not Allowed
Internal Server Error
Was this page helpful?