get_vm_status
Check real-time operational status and resource metrics of Proxmox VMs and containers, returning CPU usage, memory consumption, uptime, and network and disk I/O data.
Instructions
Get the current runtime status of a VM or container.
Args: vmid: The VM or container ID node: The Proxmox node name (optional, will auto-detect)
Returns:
status: running, stopped, paused, etc.
uptime: How long the VM has been running
cpu: Current CPU usage percentage
memory: Current memory usage
network I/O stats
disk I/O stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | ||
| node | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||