Freestyle · Capability
Freestyle VMs API — Snapshots
Freestyle VMs API snapshots surface. 5 operations. Lead operation: list_snapshots. Self-contained Naftiko capability for one Freestyle business surface.
Freestyle VMs API — Snapshots is a Naftiko capability published by Freestyle, one of 30 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, DELETE, and PATCH methods rooted at /v1/v1/vms/snapshots.
The capability includes 2 read-only operations and 3 state-changing operations. Lead operation: list-snapshots. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Freestyle, VM, and Snapshots.
What You Can Do
GET
List snapshots
— list-snapshots
/v1/v1/vms/snapshots
POST
Create snapshot
— create-snapshot
/v1/v1/vms/snapshots
GET
Get snapshot
— get-snapshot
/v1/v1/vms/snapshots/{snapshot_id}
DELETE
Delete snapshot
— delete-snapshot
/v1/v1/vms/snapshots/{snapshot_id}
PATCH
Update snapshot
— update-snapshot
/v1/v1/vms/snapshots/{snapshot_id}
MCP Tools
freestyle-list-snapshots
list-snapshots
read-only
idempotent
freestyle-create-snapshot
create-snapshot
freestyle-get-snapshot
get-snapshot
read-only
idempotent
freestyle-delete-snapshot
delete-snapshot
idempotent
freestyle-update-snapshot
update-snapshot