pve_sdn_ipam_delete
Delete an SDN IPAM integration in Proxmox. Dry-run by default; use confirm=true to commit the removal.
Instructions
MUTATION: delete an SDN ipam integration (PENDING). Dry-run by default — the PLAN
shows the current integration (with token redacted if present).
Referential-integrity refusal is asserted BY ANALOGY only — Smoke-confirm. confirm=True stages the removal and returns {status, result}; no config UNDO — re-create the integration (re-supplying the token) to revert. RISK_MEDIUM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipam | Yes | Existing SDN ipam integration id to delete. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| lock_token | No | SDN cluster lock token to use for this write, if one is held. | |
| 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 |