pbs_acme_account_delete
Deactivate an ACME account at the CA and delete its local record. Dry-run by default; confirm=true executes the irreversible action. Force deletes local data even if CA refuses.
Instructions
MUTATION: IRREVERSIBLE — DEACTIVATES an ACME account at the CA (not just local config removal) and deletes the local record. Dry-run by default.
HIGH risk: TLS lockout at cert expiry if this is the only account. The account key is destroyed — registering again with pbs_acme_account_create creates a DIFFERENT CA account, not a restore of this one. force=delete local data even if the CA refuses to deactivate (PBS-only escape hatch; PVE's equivalent tool has no such flag). The dry-run PLAN captures the current config as evidence only. confirm=True executes (synchronous — PBS returns null) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the ACME account to deactivate and delete from the CA. | |
| force | No | Delete the local account record even if the CA refuses to deactivate it. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the irreversible deletion. | |
| 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 |