pve_guest_power
Manage power state of Proxmox guests (start, stop, reboot, shutdown) with dry-run plans and optional confirm to execute.
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 even on a one-shot confirm=True call (no plan, no mutation). confirm=True submits the action (async) and returns the task UPID — poll it with pve_task_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest type: `lxc` for a container or `qemu` for a VM. | lxc |
| node | No | PVE node the guest runs on. Omit to resolve it automatically from the cluster. | |
| vmid | Yes | Numeric ID of the guest — VMID for a QEMU VM or CTID for an LXC container. | |
| action | Yes | Power action to perform: `start`, `stop`, `reboot`, or `shutdown`. | |
| confirm | No | Leave `false` (default) to get a dry-run PLAN with blast radius; set `true` to execute the action. | |
| 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 |