pve_notification_endpoint_delete
Delete a Proxmox VE notification endpoint by type and name. Performs a dry-run to capture the current configuration by default; set confirm=True to execute the deletion.
Instructions
MUTATION: delete a PVE notification endpoint. ep_type = gotify|smtp|sendmail|webhook. Dry-run by default — captures current config. confirm=True executes and returns {"status": "ok", "result": null} (no further payload). No UNDO primitive — matchers referencing this endpoint silently fail until it is re-created with pve_notification_endpoint_create.
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', 'smtp', 'sendmail', 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 |