Create volume
POST/core/volumes
Creates a volume in Hyperstack that can be attached to a virtual machine, expanding its storage capacity. Specify the volume type and custom configuration in the request body. If you install an operating system on the volume using the image_id field, it becomes a bootable volume; the size must be at least 100 GB to accommodate the OS.
Request
Responses
- 200
- 400
- 401
- 404
- 405
- 409
- 500
Volume successfully created.
Bad Request
Unauthorized
Not Found
Method Not Allowed
Conflict
Internal Server Error
Was this page helpful?