pbs_acme_cert_renew
Renew the ACME TLS certificate for a PBS node. Use dry-run to preview the renewal, then confirm to execute.
Instructions
MUTATION: renew the existing ACME TLS certificate for a PBS node. Dry-run by default.
MEDIUM (mirrors pve_acme_cert_renew's rating): CA-validated, installed only on success (a failure can't lock you out). Same null-return honesty as pbs_acme_cert_order — PBS declares no return value for this call, but the renewal itself still completes asynchronously on the PBS side; there is no UPID to poll. force=renew even if not yet within the renewal lead time. PBS has NO ACME cert revoke. confirm=True executes (PUT /nodes/{node}/certificates/acme/ certificate) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| force | No | Renew even if the current certificate is not yet within its renewal lead time. | |
| confirm | No | False (default) returns a dry-run PLAN only; True submits the ACME renewal. | |
| 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 |