update_vm_config
Update a virtual machine's configuration by specifying only the parameters to change. Adjust hardware, network, boot options, and delete settings as needed.
Instructions
Update the configuration of an existing VM. Only provided parameters are changed.
Args: node: The node name. vmid: The VM ID. name: VM name. memory: Memory in MB. cores: CPU cores per socket. sockets: CPU sockets. cpu: CPU type. net0: Network config. description: Description. onboot: Start on boot. agent: Guest agent config. boot: Boot order. tags: Semicolon-separated tags. hotplug: Hotplug features (disk, network, usb, memory, cpu). delete: Comma-separated list of settings to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| name | No | ||
| memory | No | ||
| cores | No | ||
| sockets | No | ||
| cpu | No | ||
| net0 | No | ||
| description | No | ||
| onboot | No | ||
| agent | No | ||
| boot | No | ||
| tags | No | ||
| hotplug | No | ||
| delete | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |