vm_stop
Immediately power off a Proxmox VM by its VM ID. Returns the task UPID. Supports dry-run preview.
Instructions
[WRITE] Hard-stop (power off) a VM. Returns the task UPID. Inverse: vm_start.
This is an immediate power-off (not a graceful guest shutdown); the guest filesystem may be left dirty. Audited to ~/.proxmox-aiops/audit.db. Pass dry_run=True to preview.
Args: vmid: Numeric Proxmox VM id. dry_run: If True, preview without stopping. 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 |