pve_role_delete
Delete a custom role from Proxmox with a dry-run plan that reveals which ACL grants will break. Use confirm=true to execute.
Instructions
MUTATION (HIGH): delete a role. Dry-run by default — the PLAN reads ACLs to count grants that will break, and refuses built-in roles (permanent, no undo). confirm=True executes and returns a dict; synchronous, no UPID. Use pve_acl_list to see which grants reference the role first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roleid | Yes | Role id to delete (built-in roles 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 |