pbs_notification_endpoint_delete
Delete a Proxmox Backup Server notification endpoint by type (gotify, sendmail, smtp, webhook) and name. Dry-run shows plan; confirm executes removal, causing matchers referencing it to fail until recreated.
Instructions
MUTATION: delete a PBS notification endpoint. ep_type = gotify|sendmail|smtp|webhook. Dry-run by default — captures current config (secrets masked). confirm=True executes (DELETE .../endpoints/{type}/{name}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No UNDO primitive — matchers referencing this endpoint silently fail until it is re-created with pbs_notification_endpoint_create. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the notification endpoint to delete. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the deletion. | |
| ep_type | Yes | Notification endpoint type: 'gotify', 'sendmail', 'smtp', or 'webhook'. | |
| 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 |