snap_take
Capture a VM snapshot with memory for running guests, record kernel debugging state, and store an optional description for identification.
Instructions
Take a snapshot (memory included while running) and record description and kd state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | VM name as registered in vms.yaml | |
| name | Yes | Snapshot name | |
| description | No | Free text stored with the snapshot | |
| allow_suspend | No | If a live snapshot of a running encrypted VM is refused by vmrun, suspend the VM, snapshot the saved state (includes memory), then resume. Briefly pauses the guest, drops terminal sessions and reattaches the debugger afterwards. |