pbs_realm_ad_delete
Delete an AD realm. Dry-run preview shows users lose login access; confirm to execute permanently.
Instructions
MUTATION (MEDIUM): permanently delete an AD realm. Dry-run by default — the PLAN reads the realm's current config and flags that any users authenticating via it lose login access. confirm=True executes and returns a dict; synchronous, no UPID. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | AD realm name to delete. | |
| digest | No | Optional SHA256 config digest to prevent concurrent modifications. | |
| confirm | No | False (default) returns a dry-run PLAN preview; True executes the mutation. | |
| 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 |