/
/FastVM API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3d ago · Updated 4mo ago
builds3
  • postBuild a snapshot from an image ref or Dockerfile
  • getGet build status
  • postMint signed URLs for uploading a build context tarball
console1
  • postMint a console token
exec1
  • postExecute a command inside a VM
files2
  • postMint signed URLs for uploading a file to a VM
  • postFetch a file into a VM from a presigned URL
firewall2
  • putReplace firewall policy
  • patchPatch firewall policy
health1
  • getHealth check
quotas1
  • getGet org quotas and usage
snapshots5
  • getList snapshots
  • postCreate a snapshot from a VM
  • getGet a snapshot
  • deleteDelete a snapshot
  • patchRename a snapshot
vm-services4
  • getList service registrations
  • postRegister a service on a VM
  • putRegister or update a service on a VM
  • deleteDeregister a service from a VM
vms8
  • getList VMs
  • postLaunch a VM
  • getGet a VM
  • deleteDelete a VM
  • patchUpdate a VM
  • postPause a VM
  • postResume a paused VM
  • postReset the VM's TTL cycle
    health

    Health check

    Returns 200 when the API is reachable. SDK clients call this on startup to warm HTTP/2 connections before the first real request.

    get/healthz

    Response

    Service is healthy

    statusstring

    Example response

    {
      "status": "ok"
    }

    Changes