manage_proxmox_vm
Control Proxmox virtual machines and containers by starting, stopping, rebooting, or suspending them to manage homelab infrastructure operations.
Instructions
Manage a VM or container (start, stop, shutdown, reboot, reset, suspend, resume)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| vmid | Yes | VM or Container ID | |
| action | Yes | Action to perform | |
| vm_type | No | Type: 'qemu' for VM or 'lxc' for container | qemu |
| host | No | Proxmox host (optional) |