Get VM hardware config
get_vm_configRetrieve the complete Proxmox VM configuration including cores, memory, disks, and network settings, for a specified node and VM ID.
Instructions
Return the full Proxmox VM configuration (cores, memory, disks, network, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Host node name | |
| vmid | Yes | VM ID | |
| current | No | If true, fetch the *current* (running) config rather than pending |