---
title: Manage Monitors
description: Send notifications to your teams when monitors trigger alerts
breadcrumbs: Docs > Monitors > Manage Monitors
---

# Manage Monitors

Use the [Manage Monitors](https://app.datadoghq.com/monitors/manage) page to search, delete, mute, or resolve your monitors and edit monitor tags in bulk. You can also clone or edit individual monitors from the search results.

{% image
   source="https://datadog-docs.imgix.net/images/monitors/manage_monitor/monitor_page.175a09c20cbf0f753064dc71b118ce0e.jpg?auto=format"
   alt="manage monitor page" /%}

## Search{% #search %}

To [search your monitors](https://docs.datadoghq.com/monitors/manage/search/), construct a query using the facet panel on the left or the search bar at the top.

## Manage{% #manage %}

After searching, select one or more monitors to update using the checkboxes next to each result. Select all results with the top checkbox next to the *STATUS* column heading. Modify the monitors in bulk using the buttons at the right above the search results:

| Option     | Description                                                                                                                                                                     |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Mute       | [Mute](https://docs.datadoghq.com/monitors/status/#mute) the selected monitors for a predefined duration (such as one hour, one day, or forever) or specify a custom timeframe. |
| Unmute     | If the selected monitors are muted, unmute them.                                                                                                                                |
| Resolve    | [Resolve](https://docs.datadoghq.com/monitors/status/#resolve) the alert for the selected monitors.                                                                             |
| Delete     | Delete the selected monitors.                                                                                                                                                   |
| Edit Tags  | Edit the monitor tags for the selected monitors.                                                                                                                                |
| Edit Teams | Edit the [teams](https://docs.datadoghq.com/account_management/teams/) for the selected monitors.                                                                               |

To edit an individual monitor, hover over it and use the buttons to the far right: Edit, Clone, Mute, Delete. To see more details on a monitor, click its name to see the status page.

**Note**: You can view Monitor Saved Views from your mobile device home screen or view and mute monitors by downloading the [Datadog Mobile App](https://docs.datadoghq.com/mobile/#monitors), available on the [Apple App Store](https://apps.apple.com/app/datadog/id1391380318) and [Google Play Store](https://play.google.com/store/apps/details?id=com.datadog.app).

### Triggered monitors{% #triggered-monitors %}

You can [mute](https://docs.datadoghq.com/monitors/status/#mute) or [resolve](https://docs.datadoghq.com/monitors/status/#resolve) triggered monitors in bulk using the [Triggered Monitors](https://app.datadoghq.com/monitors/triggered) page. This page only shows monitors with a triggered status (Alert, Warn, or No Data).

#### Grouped results{% #grouped-results %}

The triggered monitors page shows a row for each group (reporting source) of each monitor. For example, a monitor grouped by host with 14 hosts in a triggered status shows 14 rows on the triggered monitors page. This lets you mute or [resolve](https://docs.datadoghq.com/monitors/status/#mute) a monitor for specific reporting sources.

When writing a search query, the same attributes from the manage monitors page are available, even if they are not displayed as check boxes on the triggered monitors page.

Attribute differences for the triggered monitors page:

- `group_status` is the attribute name instead of `status`.
- The `triggered` attribute lets you filter monitors by how long they have been triggered.
- The `group` attribute helps you narrow down search results for monitors grouped by more than one tag. For example, a monitor is grouped by `host` and `env`. After searching, you see four rows with the groups `host:web01,env:dev`, `host:web02,env:dev`, `host:web01,env:prod`, and `host:web02,env:prod`. Use the `group` attribute to only show prod hosts (`group:"env:prod"`) or web02 hosts (`group:"host:web02"`).

### Monitor tags{% #monitor-tags %}

Monitor tags are independent of tags sent by the Agent or integrations. Add up to 80 tags directly to your monitors for filtering on the [manage monitors](https://app.datadoghq.com/monitors/manage), [triggered monitors](https://app.datadoghq.com/monitors/triggered), or [manage downtime](https://app.datadoghq.com/monitors#downtime) pages. Learn more about monitor tags in [Assigning Tags for the UI](https://docs.datadoghq.com/getting_started/tagging/assigning_tags/?tab=monitors#ui).

**Note**: Monitor tags are added to the alert event generated by the monitor.

## Further Reading{% #further-reading %}

- [Create monitors](https://docs.datadoghq.com/monitors/)
- [Monitor Notifications](https://docs.datadoghq.com/monitors/notify/)
- [Best practices for tagging your monitors](https://www.datadoghq.com/blog/tagging-best-practices-monitors/)
