/
FA
fastvm-org
/
FastVM API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1w ago · Updated 4mo ago
Details
Filter operations
Console
2
Organization
1
Snapshots
4
System
3
VMs
8
get
List VMs for the authenticated organization
post
Create VM from a base image or snapshot
get
Get a single VM by id
delete
Delete a VM
patch
Rename a VM
put
Replace the IPv6 ingress firewall policy for a VM
patch
Patch the IPv6 ingress firewall policy for a VM
post
Execute a one-off command inside a running VM
VMs
List VMs for the authenticated organization
get
/v1/vms
Response
VM list
VMInstance[]
required
id
string
uuid
required
name
string
required
orgId
string
required
machineName
string
required
sourceName
string
firewall
FirewallPolicy
Public IPv6 ingress firewall policy for a VM or snapshot.
cpu
integer
required
memoryMiB
integer
required
diskGiB
integer
required
publicIpv6
string
status
'provisioning'
|
'running'
|
'stopped'
|
'deleting'
|
'error'
required
createdAt
string
date-time
required
deletedAt
string
date-time
nullable
Changes