Create snapshot
create_snapshotTake a snapshot of a VM or container, optionally preserving RAM state for exact resume.
Instructions
Take a snapshot of a VM or container. Optionally include the VM's RAM (vmstate) so it can be resumed exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Snapshot name (letters/digits/_/-). | |
| guest | Yes | VMID or name. | |
| withRam | No | Include VM RAM state (QEMU only). | |
| description | No | Optional description. |