---
title: "Update Notification Channel"
method: PUT
path: "/api/endpoint-monitor/endpoints/{endpoint_id}/notification-channel"
tags: ["endpoint-monitor"]
---

# Update Notification Channel

`PUT /api/endpoint-monitor/endpoints/{endpoint_id}/notification-channel`

Set or clear the Slack notification channel for an endpoint.

## Path parameters

- `endpoint_id` string, uuid, required

## Request body

- UpdateNotificationChannelRequest — Request to set or clear the notification channel for an endpoint.
  - `notification_channel_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/revisions/4e792a4f0e21/schema)
