Manage Certificate
manage_certificateRemove, trust, or untrust a certificate with idempotent operations. Only applies changes if needed, avoiding duplicate actions.
Instructions
Remove, trust, or untrust a certificate. Idempotent: trust/untrust return early if already in the target state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| action | Yes | Action to perform | |
| name | Yes | Certificate name — idempotency key | |
| dryRun | No | Preview changes without applying. | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |