Skip to main content

Features

Compute

  • Flexible sizing — Choose from predefined pricing plans with various CPU, RAM, and storage combinations
  • On-demand scaling — Resize CPU and RAM at any time (requires VM restart)
  • Multiple OS templates — Ubuntu, Debian, CentOS, Windows Server, and more

Networking

  • Public IPv4 — Every VM gets a public IPv4 address
  • IPv6 support — Optional public IPv6 address
  • Private networking — Automatic VPC with private IPv4 address
  • Custom VPCs — Create shared VPCs with custom CIDR ranges
  • Bandwidth — Outbound bandwidth included per plan (measured in TB/month)

Storage

  • Base storage — Included with each pricing plan
  • Block storage volumes — Attach additional storage volumes
  • Snapshots — Point-in-time snapshots of VM state
  • Backups — Automated daily, weekly, or monthly backups with configurable retention

Security

  • SSH key authentication — Upload SSH keys during VM creation
  • Password authentication — Alternative to SSH keys
  • VPC isolation — Private networking between VMs

Billing

  • Hourly billing — Pay only for what you use, billed to the minute
  • Pay-as-you-go — No long-term commitments required
  • Stopped VM billing — Stopped VMs retain resources and continue billing

Availability

Regions

RegionLocationStatus
us-eastUnited States (East)Available
Additional regions are planned. Check the dashboard for the latest availability.

VM Status Lifecycle

Creation: initiating → provisioning → booting → active
Stop:     active → finalizing → passive
Start:    passive → booting → active
Reboot:   active → booting → active
Delete:   any state → terminated
Failure:  any state → failure (non-billable)
StatusDescriptionBillable
initiatingQueued, initial setup before provisioningYes
provisioningVM being created in the hypervisorYes
bootingStarting upYes
activeRunning and accessible via SSHYes
passiveStopped, resources reservedYes
finalizingShutting downYes
failureCreation or operation failedNo
unknownUnhandled stateNo

Platform Limits

ResourceLimit
VMs per accountContact support for limits
Max CPU per VMDetermined by pricing plan
Max RAM per VMDetermined by pricing plan
Max storage per VMBase + additional volumes
Snapshots per VMNo hard limit
Backup schedules per VM1 per type (daily/weekly/monthly)

API Endpoints

OperationMethodEndpoint
List VMsGET/api/v1/vms
Create VMPOST/api/v1/vms
Get VMGET/api/v1/vms/{id}
Delete VMDELETE/api/v1/vms/{id}
Start VMPOST/api/v1/vms/{id}/start
Stop VMPOST/api/v1/vms/{id}/stop
Reboot VMPOST/api/v1/vms/{id}/reboot
Resize VMPOST/api/v1/vms/{id}/resize