pdm_pve_qemu_power
Start, stop, shutdown, or resume a VM on a Proxmox cluster managed by PDM. Includes dry-run planning and audit trails for safe execution.
Instructions
MUTATION: start/stop/shutdown/resume a VM on a PDM-registered remote (through PDM).
For a container use pdm_pve_lxc_power; to drive a cluster directly without PDM use pve_guest_power. Dry-run by default: returns a PLAN (live state, blast radius, risk) recorded to the ledger. Re-call with confirm=True to submit. Task-backed → status='submitted'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | Numeric VMID of the target VM, as a string. | |
| action | Yes | Power action: 'start', 'stop', 'shutdown', or 'resume'. | |
| remote | Yes | PDM-registered remote (Proxmox cluster) hosting the VM. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |