pve_user_delete
Delete a Proxmox user with a dry-run preview of ACLs and tokens that will be lost; confirm flag executes the permanent removal.
Instructions
MUTATION (HIGH): delete a user. Dry-run by default — the PLAN reads the user's ACLs/tokens to show what access vanishes (permanent, no undo; admin = lockout risk). confirm=True executes and returns a dict; synchronous, no UPID. To disable login without deleting, use pve_user_update (enable=False) instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userid | Yes | User id to delete, format 'user@realm'. | |
| 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 |