set_guest_config
Reconfigure an existing Proxmox VM or container by applying new values for configuration keys like memory, cores, network, or boot options.
Instructions
Change configuration keys on an existing VM or container.
Args: vmid: Guest to reconfigure. settings: Config keys to set, e.g. {"memory": "4096", "cores": "4", "net0": "virtio,bridge=vmbr0", "onboot": "1", "tags": "web;prod"}. Read guest_config first to see current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | ||
| settings | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||