get_vm_status
Check the current runtime status of a Proxmox VM, including whether it is running or stopped, CPU usage, memory usage, and uptime. Provide the node and VM ID to get real-time metrics.
Instructions
Get current runtime status of a VM (running/stopped, CPU, memory, uptime).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name where the VM resides. | |
| vmid | Yes | QEMU VM numeric ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |