pve_sdn_lock_release
Release the global SDN configuration lock. Use your lock token for safe release, or force to override another caller's lock. Dry-run by default; set confirm=true to execute.
Instructions
MUTATION: release the global SDN configuration lock. Risk is CONDITIONAL on force: LOW
when releasing with your own token, HIGH when force=True (can break a different caller's
in-flight operation). Dry-run by default (returns a PLAN); confirm=True releases and returns
{"status": "ok", "result": None}. lock_token is never written to the audit ledger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | True releases WITHOUT the token — can break a DIFFERENT caller's in-flight operation. Never default this on. | |
| confirm | No | False (default) returns a dry-run PLAN only; True releases the lock. | |
| lock_token | No | Lock token from pve_sdn_lock_acquire to release your own held lock. | |
| 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 |