Create a reusable snapshot
Machines
Create a reusable snapshot
Briefly pauses the running source machine, captures VM memory and
mutable rootfs state into a durable reusable snapshot artifact, then
resumes the source machine. The returned snapshot can be passed to
POST /v1/machines as snapshot_id multiple times; each create starts
an independent fresh machine and leaves the snapshot reusable.
POST
Create a reusable snapshot
Authorizations
API key passed as Bearer token
Headers
Reuse the same key to safely retry the same create, reusable snapshot create, fork, upload create/complete, or agent deployment create operation without duplicating work.
Path Parameters
Machine ID (e.g. mch_a1b2c3d4)