pbs_node_network_iface_delete
Remove a network interface's staged configuration on a PBS node. Dry-run by default; set confirm=true to execute the deletion.
Instructions
MUTATION (MEDIUM): remove a network interface's staged configuration on a PBS node (NOT live until pbs_node_network_reload). Dry-run by default — reads the interface's current config. confirm=True executes (DELETE /nodes/{node}/network/{iface}) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| iface | Yes | Network interface name to remove. | |
| digest | No | Optional SHA256 config digest for optimistic-concurrency conflict detection. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the removal. | |
| 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 |