pdm_pve_lxc_power
Start, stop, or shutdown an LXC container on a PDM-registered Proxmox cluster. Dry-run by default; confirm to execute.
Instructions
MUTATION: start/stop/shutdown a container on a PDM-registered remote (through PDM).
For a VM use pdm_pve_qemu_power; to drive a cluster directly without PDM use pve_guest_power. Dry-run by default (PLAN); confirm=True to submit. Task-backed → 'submitted'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | Numeric CTID of the target container, as a string. | |
| action | Yes | Power action: 'start', 'stop', or 'shutdown'. | |
| remote | Yes | PDM-registered remote (Proxmox cluster) hosting the container. | |
| 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 |