get_proxmox_vm_status
Retrieve the operational status of a specific virtual machine or container on a Proxmox node using node name and VM/container ID.
Instructions
Get status of a specific VM or container
Input 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. Register via `homelab-mcp credentials add --type proxmox <host> <username>` (per-node) or `... --scope cluster:<name> <token_id>` (cluster scope). |