pve_acme_account_delete
Deactivate and delete an ACME account from the certificate authority. Preview the irreversible deletion with a dry-run plan; confirm to execute.
Instructions
MUTATION: IRREVERSIBLE — deactivate and delete an ACME account from the CA. 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 pve_acme_account_create creates a DIFFERENT CA account, not a restore of this one. The dry-run PLAN captures the current config as evidence only. confirm=True executes and returns {"status": "ok"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the ACME account to deactivate and delete from the CA. | |
| 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 |