pbs_node_network_revert
Discard staged network configuration changes on a PBS node while leaving the live configuration untouched. Perform a dry-run by default; use confirm=True to execute.
Instructions
MUTATION (LOW): discard staged network configuration changes on a PBS node (interfaces.new reverted) — the live config is untouched; safe. Dry-run by default. confirm=True executes (DELETE /nodes/{node}/network) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| confirm | No | False (default) returns a dry-run PLAN only; True discards the staged changes. | |
| 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 |