pve_guest_config_set
Modify Proxmox guest configuration (cores, memory, network, onboot). Dry-run shows diff; confirm to execute. Captures prior config for revert.
Instructions
MUTATION: edit a guest's config (cores/memory/net/onboot/...). Dry-run by default — the PLAN shows the exact per-key diff; confirm=True to execute. Captures the prior config first so the change is revertible via pve_guest_config_revert. Synchronous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | lxc | |
| node | No | ||
| vmid | Yes | ||
| changes | Yes | ||
| confirm | No | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |