snap_revert
Revert a VM to a specified snapshot, restoring the kernel debugger connection and reopening terminal sessions after power-on.
Instructions
Revert to a snapshot: detach kd, revert, start, reattach kd, reopen terminals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | VM name as registered in vms.yaml | |
| name | Yes | Snapshot name | |
| start | No | Power the VM on after the revert | |
| timeout | No | Seconds to wait for kd and ssh | |
| reattach_kd | No | Reattach the kernel debugger | |
| reopen_term | No | Reopen dropped terminal sessions |