pbs_node_cert_delete
Delete a custom TLS certificate on a PBS node, triggering regeneration of a self-signed certificate. Dry-run by default; confirm to execute.
Instructions
MUTATION (MEDIUM): delete the custom TLS certificate on a PBS node; PBS regenerates a self-signed one. Dry-run by default. NOTE: PBS's 'restart' param on this endpoint is documented as ignored — not exposed here. confirm=True executes (DELETE /nodes/{node}/certificates/custom) and returns {"status": "ok", "result": None}. Recoverable by re-uploading (pbs_node_cert_upload). Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the 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 |