Update Notification
updateNotificationUpdate an existing notification channel in Uptime Kuma by its ID, adjusting name, type, config, default status, or applying changes to existing monitors.
Instructions
Updates an existing notification channel. Use listNotifications to find the notification ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human-readable name | |
| type | No | Notification type | |
| config | No | Type-specific configuration fields to update | |
| isDefault | No | Enable by default for new monitors | |
| applyExisting | No | Apply to all existing monitors now | |
| notificationID | Yes | The ID of the notification to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ok | Yes | ||
| msg | No |