proxmox_guest_config_update
Update VM or LXC guest configuration in Proxmox by setting key-value pairs or removing specific keys.
Instructions
Update VM/LXC config key-value pairs (type=vm|lxc) (requires elevated permissions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name where VM is located | |
| vmid | Yes | VM ID number | |
| config | No | Key-value pairs of VM configuration to set. Use proxmox_guest_config with type=vm to discover valid keys. | |
| delete | No | Comma-separated list of config keys to REMOVE (e.g. "ciuser,cipassword"). Does NOT delete the VM. | |
| type | Yes |