pve_realm_delete
Delete an authentication realm on Proxmox VE. Dry-run to preview affected users; refuses built-in 'pam' and 'pve' realms.
Instructions
MUTATION (HIGH, lockout-class): delete an auth realm. Dry-run by default — the PLAN reads users to count who can no longer log in, and refuses built-in pam/pve (permanent, no undo). confirm=True executes and returns a dict; synchronous, no UPID. Use pve_users_list to see who authenticates through the realm first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm id to delete (built-in 'pam'/'pve' are refused). | |
| 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 |