proxmox_lxc_exec
Execute commands inside an LXC container on a Proxmox node via SSH and pct exec, requiring elevated privileges.
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) |