VMs v2
API v2

Create VM

Create a new virtual machine

post/v2/vms

Request body

vmTypeIdinteger required

Machine model type ID

regionstring required

Region code

namestring required

VM nickname

isSpotboolean required

Spot instance flag: true=spot, false=on-demand

volumeMountPathsobject

Volume mount paths mapping: volumeId -> mountPath. If not specified, default path will be used.

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.