---
title: Manage notification rules
description: Manage notification rules in InfluxDB.
url: https://docs.influxdata.com/influxdb/v2/monitor-alert/notification-rules/
estimated_tokens: 587
product: InfluxDB OSS v2
version: v2
---

# Manage notification rules

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).

The following articles provide information on managing your notification rules:

### [Create notification rules](/influxdb/v2/monitor-alert/notification-rules/create/)

Create notification rules to send alerts on your time series data.

### [View notification rules](/influxdb/v2/monitor-alert/notification-rules/view/)

Update notification rules to update the notification message or change the schedule or conditions.

### [Update notification rules](/influxdb/v2/monitor-alert/notification-rules/update/)

Update notification rules to update the notification message or change the schedule or conditions.

### [Delete notification rules](/influxdb/v2/monitor-alert/notification-rules/delete/)

If you no longer need to receive an alert, delete the associated notification rule.

#### Related

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

[monitor](/influxdb/v2/tags/monitor/) [notifications](/influxdb/v2/tags/notifications/) [alert](/influxdb/v2/tags/alert/)
