pve_acme_account_update
Update ACME account contact email on Proxmox VE. Dry-run shows plan; confirm=true applies the change.
Instructions
MUTATION: update ACME account contact info. Dry-run by default.
LOW risk — metadata update only, no cert impact. To delete the account instead use pve_acme_account_delete. The dry-run PLAN includes the account's current config (contact, directory, tos); confirm=True executes and returns {"status": "ok"}.
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 |