get_vm_info
Retrieve hardware specifications, configuration settings, and current runtime status for a specific Proxmox VM or container by ID.
Instructions
Get detailed information about a specific VM or container.
Args: vmid: The VM or container ID (e.g., 100, 101) node: The Proxmox node name. If not provided, will search all nodes.
Returns detailed configuration including:
Hardware: CPU, memory, disks, network interfaces
Settings: Boot order, OS type, description
Status: Current state, uptime, resource usage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | ||
| node | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||