VMs
Manages the lifecycle of virtual machines within a project: creation, listing, renaming, metrics, SSH key retrieval, power operations (start/stop/reboot), resize and rebuild, and deletion.
Create VM
Creates a new virtual machine in the project.
List VMs
Returns a page of virtual machines in the project, with support for sorting and filtering.
Rename VM
Renames an existing virtual machine.
Get VM State Counts
Returns the number of virtual machines in the project, broken down by lifecycle status and by
Get VM
Returns a single virtual machine by id.
Delete VM
Deletes (deprovisions) a virtual machine.
Get VM Metrics
Returns a VM metrics time series (CPU, RAM, disk and network throughput).
List VM SSH Keys
Returns the SSH keys associated with a virtual machine.
Start VM
Starts (powers on) a virtual machine.
Stop VM
Stops (powers off) a virtual machine.
Reboot VM
Reboots (restarts) a virtual machine.
Resize VM
Resizes a virtual machine to a different tariff.
Rebuild VM
Rebuilds a virtual machine, reinstalling it from a specified image.