shutdown_vm
Gracefully shut down a running virtual machine by sending an ACPI shutdown signal to the guest OS, enabling a clean power-off without data loss.
Instructions
DESTRUCTIVE: Gracefully shut down a running virtual machine.
Sends an ACPI shutdown signal to the guest OS. The VM must have guest tools or ACPI support for this to work. Use force_shutdown_vm if the guest is unresponsive.
Args: vm_id: The VM identifier confirm: Must be true to execute. Returns a preview otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_id | Yes | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |