pbs_token_delete
Permanently revoke a PBS API token. Dry-run by default to preview the irreversible action before execution.
Instructions
MUTATION (MEDIUM, IRREVERSIBLE): permanently revoke a PBS API token. Dry-run by default — the PLAN flags that revocation is permanent, the secret is gone forever, and any integration using it loses PBS API access immediately. confirm=True executes and returns a dict; synchronous, no UPID. Use pbs_user_tokens_list to see a user's tokens first, or pbs_token_create to issue a new one instead. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| digest | No | Optional SHA256 config digest to prevent concurrent modifications. | |
| userid | Yes | Owning PBS user, format 'user@realm'. | |
| confirm | No | False (default) returns a dry-run PLAN preview; True executes the mutation. | |
| token_name | Yes | Name of the API token to revoke. | |
| 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 |