pve_realm_update
Update a Proxmox VE realm configuration. Dry-run returns a plan; confirm=True executes the mutation. Provide realm ID and type-specific options like server1 or base_dn.
Instructions
MUTATION: update a realm. Dry-run by default — built-in pam/pve realms are flagged HIGH
(changing them risks breaking logins). confirm=True executes and returns a dict; synchronous,
no UPID. options carries type-specific fields (server1/base_dn/etc.) passed verbatim; PVE
validates them. Use pve_realm_get to see current config first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm id to update. | |
| comment | No | New free-text comment; omit to leave unchanged. | |
| confirm | No | False (default) returns a dry-run PLAN preview; True executes the mutation. | |
| options | No | Type-specific config fields to update, passed verbatim to PVE (e.g. server1/base_dn/etc.). | |
| 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 |