pve_node_cert_delete
Delete a custom TLS certificate from a PVE node, reverting to self-signed certificate. Dry-run by default; confirm to execute and optionally restart pveproxy.
Instructions
MUTATION: delete the custom TLS certificate from a PVE node.
RISK_MEDIUM: PVE reverts to its self-signed certificate — recoverable by re-uploading via pve_node_cert_upload (to view current certs first use pve_node_certificates). restart=True reloads pveproxy after deletion. Dry-run by default (returns a PLAN); confirm=True executes (DELETE, Smoke-confirm) and returns {"status": "ok", "result": None}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to delete the custom certificate from; defaults to the configured node if omitted. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the deletion. | |
| restart | No | If True, reload pveproxy after deletion to apply the reverted self-signed certificate immediately. | |
| 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 |