---
title: Update notification endpoints
description: Update notification endpoints in the InfluxDB UI.
url: https://docs.influxdata.com/influxdb/v2/monitor-alert/notification-endpoints/update/
estimated_tokens: 1009
product: InfluxDB OSS v2
version: v2
---

# Update notification endpoints

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

Complete the following steps to update notification endpoint details. To update the notification endpoint selected for a notification rule, see [update notification rules](/influxdb/v2/monitor-alert/notification-rules/update/).

**To update a notification endpoint**

1. In the navigation menu on the left, select **Alerts > Alerts**.
    
    Alerts
    
2. Select **Notification Endpoints** and then do the following as needed:
    
    -   [Update the name or description for notification endpoint](#update-the-name-or-description-for-notification-endpoint)
    -   [Change endpoint details](#change-endpoint-details)
    -   [Disable notification endpoint](#disable-notification-endpoint)
    -   [Add a label to notification endpoint](#add-a-label-to-notification-endpoint)

## Update the name or description for notification endpoint

1. Hover over the name or description of the endpoint and click the pencil icon () to edit the field.
2. Click outside of the field to save your changes.

## Change endpoint details

1. Click the name of the endpoint to update.
2. Update details as needed, and then click **Edit Notification Endpoint**. For details about each field, see [Create notification endpoints](/influxdb/v2/monitor-alert/notification-endpoints/create/).

## Disable notification endpoint

Click the toggle to disable the notification endpoint.

## Add a label to notification endpoint

1. Click ** Add a label** next to the endpoint you want to add a label to. The **Add Labels** box opens.
    
2. To add an existing label, select the label from the list.
    
3. To create and add a new label:
    
    -   In the search field, enter the name of the new label. The **Create Label** box opens.
    -   In the **Description** field, enter an optional description for the label.
    -   Select a color for the label.
    -   Click **Create Label**.
4. To remove a label, click on the label.
    

#### Related

-   [Manage checks](/influxdb/v2/monitor-alert/checks/)
-   [Manage notification rules](/influxdb/v2/monitor-alert/notification-rules/)
