vm_shutdown
Perform ACPI shutdown of a Proxmox VM. Use dry_run to preview before executing.
Instructions
[WRITE] Graceful ACPI shutdown of a VM (vs the hard vm_stop). Inverse: vm_start.
Pass dry_run=True to preview.
Args: vmid: Numeric Proxmox VM id. dry_run: If True, preview without shutting down. target: Proxmox target name from config. node: Node name; omit to auto-locate the VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes | ||
| target | No | ||
| dry_run | No |