List virtual machines
Returns a list of all virtual machines for a given organization.
GET organizations/{organization}/virtual_machines
Get virtual machine
Return information about a virtual machine.
GET virtual_machines/{virtual_machine}
Update a Virtual Machine
Update the properties of a virtual machine.
PATCH virtual_machines/{virtual_machine}
Delete virtual machine
Moves an existing virtual machine to the trash.
DELETE virtual_machines/{virtual_machine}
Change package
Change a package for a virtual machine.
PUT virtual_machines/{virtual_machine}/package
Change flexible resources
Change the flexible resources assigned to a virtual machine.
PUT virtual_machines/{virtual_machine}/flexible_resources
Allocate an IP Address
Allocate an IP address to a virtual machine, automatically determining the network interface.
POST virtual_machines/{virtual_machine}/allocate_ip
Get authorized keys for a virtual machine
Return the authorized keys for the virtual machine associated with the provided API token.
GET virtual_machine/authorized_keys