get_proxmox_vm_status
Check the current operational state of a Proxmox virtual machine or container by specifying node and VM ID to monitor homelab infrastructure status.
Instructions
Get status of a specific VM or container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| vmid | Yes | VM or Container ID | |
| vm_type | No | Type: 'qemu' for VM or 'lxc' for container | qemu |
| host | No | Proxmox host (optional) |