Suspend guest
suspend_guestPause a running VM in RAM for instant resumption, or hibernate it to disk with the toDisk option.
Instructions
Suspend (pause) a running VM — freezes it in RAM so it can be resumed instantly. Set toDisk to hibernate to disk instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest | Yes | VMID or name of the VM/container. | |
| toDisk | No | Hibernate to disk (QEMU) instead of pausing in RAM. |