Virtual Machines
Create VM
Create a new VM instance
POST
Create a new VM instance in a project.
Required Parameters
name
: VM nametype
: VM type/sizelocation
: Deployment locationssh_public_key
: SSH public key for access
Optional Parameters
image
: OS image namedisks
: Additional disk configurationsstartup_script
: Script to run on startupshutdown_script
: Script to run on shutdown
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Project id
Body
application/json
Response
200 - application/json
The response is of type object
.