pve_guest_power
Control power state of Proxmox guests: start, stop, reboot, or shutdown. Dry-run mode plans changes with risk assessment before execution.
Instructions
MUTATION: start/stop/reboot/shutdown a guest.
Dry-run by default: without confirm=True you get a PLAN — the exact change, the guest's live state, blast radius, and risk (with no-op detection) — recorded to the ledger. Re-call with confirm=True to execute. The plan is recorded on BOTH paths: even a one-shot confirm=True call records its plan before mutating — no plan, no mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | lxc | |
| node | No | ||
| vmid | Yes | ||
| action | Yes | ||
| confirm | No | ||
| 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 |