proxmox_lxc_exec
Execute commands inside LXC containers on any Proxmox node using SSH-based pct exec, with configurable timeout.
Instructions
Execute a command inside an LXC container via SSH + pct exec (requires elevated + PROXMOX_SSH_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Proxmox node name where the LXC container runs | |
| vmid | Yes | LXC container ID | |
| command | Yes | Command to execute inside the container | |
| timeout | No | Execution timeout in seconds (default: 30, max: 120) |