pve_sdn_vnet_ip_delete
Delete an IP-to-MAC mapping from a Proxmox SDN vnet. Dry-run by default; set 'confirm' to true to execute. Use with caution as the address may be in use.
Instructions
MUTATION: delete an IP-to-MAC mapping from a vnet. Dry-run by default — no 'current' preview possible (no GET on this endpoint at all). RISK_MEDIUM: frees an address that may be in ACTIVE use by a running guest's NIC right now. Synchronous — confirm=True returns {"status": "ok", "result": None}; no task UPID to poll.
NO digest support on this endpoint at all. No UNDO — re-create the mapping with pve_sdn_vnet_ip_create to revert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IP address of the mapping to delete. | |
| mac | No | MAC address of the mapping to delete, if disambiguation is needed. | |
| vnet | Yes | SDN vnet name. | |
| zone | Yes | SDN zone the vnet belongs to. | |
| confirm | No | Set True to execute the mutation; False (default) only returns a dry-run PLAN. | |
| 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 |