/
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
get
List snapshots for the authenticated organization
post
Create a snapshot from a VM id
delete
Delete a snapshot
patch
Rename a snapshot
System
3
VMs
8
Snapshots
Rename a snapshot
patch
/v1/snapshots/{id}
Path parameters
id
string
uuid
required
Request body
UpdateSnapshotRequest
required
name
string
required
Response
Updated snapshot
SnapshotObject
required
id
string
uuid
required
name
string
required
orgId
string
required
vmId
string
uuid
required
firewall
FirewallPolicy
Public IPv6 ingress firewall policy for a VM or snapshot.
status
'creating'
|
'ready'
|
'error'
required
createdAt
string
date-time
required
Changes