pbs_acme_account_update
Update contact email for an existing ACME account on Proxmox Backup Server. Performs a dry-run by default to preview changes before execution.
Instructions
MUTATION: update ACME account contact info. Dry-run by default.
LOW risk — metadata update only, no cert impact. PBS's PUT accepts ONLY contact (no eab/tos fields on update — those are create-only). To delete the account instead use pbs_acme_account_delete. 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 existing ACME account to update. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the update. | |
| contact | No | New contact email address for the ACME account; omit to leave unchanged. | |
| 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 |