pve_guest_config_revert
Revert a Proxmox guest's configuration to a previously captured state. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION (UNDO): re-apply a previously captured guest config (the prior_config returned by pve_guest_config_set). Dry-run by default; confirm=True to execute. Synchronous — returns {reverted_to_keys, deleted, skipped_unsettable}; computed/read-only keys in prior_config are silently skipped rather than rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest type: `lxc` for a container or `qemu` for a VM. | lxc |
| node | No | PVE node the guest runs on. Omit to resolve it automatically from the cluster. | |
| vmid | Yes | Numeric ID of the guest — VMID for a QEMU VM or CTID for an LXC container. | |
| confirm | No | Leave `false` (default) to get a dry-run PLAN; set `true` to execute the revert. | |
| prior_config | Yes | The prior config dict previously returned by pve_guest_config_set, to re-apply. | |
| 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 |