Shutdown guest (graceful)
shutdown_guestGracefully shut down a virtual machine or container by sending an ACPI shutdown signal to the guest operating system, ensuring safe power-off.
Instructions
Gracefully shut down a VM or container via ACPI/guest OS. This is the safe way to power off — prefer it over stop_guest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest | Yes | VMID or name of the VM/container. | |
| timeout | No | Seconds to wait before giving up. |