pve_update_vm_config
Modify virtual machine settings in Proxmox VE by adjusting CPU, memory, network, boot options, and other configuration parameters.
Instructions
Update VM configuration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name | |
| vmid | Yes | VM ID | |
| name | No | VM name | |
| memory | No | Memory in MB | |
| cores | No | CPU cores | |
| sockets | No | CPU sockets | |
| cpu | No | CPU type | |
| ostype | No | OS type | |
| boot | No | Boot order | |
| cdrom | No | CD-ROM | |
| net0 | No | Network device 0 | |
| agent | No | QEMU guest agent | |
| description | No | Description | |
| onboot | No | Start on boot | |
| protection | No | Protection | |
| tags | No | Tags | |
| delete | No | Settings to delete (comma-separated) | |
| revert | No | Revert pending changes | |
| digest | No | Config digest for conflict detection |