# Managing Existing Monitors

## Enabling and Disabling Monitors

Toggle monitors on/off directly from the list view:

* **Green toggle (ON)**: Monitor is active and evaluating data
* **Gray toggle (OFF)**: Monitor is paused and not generating alerts

**Use cases for disabling:**

* Temporary maintenance periods
* Known data issues being resolved
* Testing alternative configurations

## Editing Monitors

To modify an existing monitor:

1. Locate the monitor in the list
2. Click the **edit icon (✏️)** in the Actions column
3. Make your changes in the configuration panel
4. Click **"Save"** to apply changes

**Editable properties:**

* Monitor name
* Description
* Tags
* Impact level
* Threshold configuration
* Notification settings
* Ticketing settings

**Non-editable properties:**

* Monitor type (cannot be changed after creation)
* Asset association

## Deleting Monitors

To remove a monitor:

1. Locate the monitor in the list
2. Click the **delete icon (🗑️)** in the Actions column
3. Confirm the deletion

{% hint style="danger" %}
**Warning:** Deleting a monitor:

* Stops all monitoring and alerting immediately
* Cannot be undone
* Removes historical alert data associated with this monitor
* Consider disabling instead if you may need it again
  {% endhint %}

## Download and Upload Monitors

Download or upload monitors configuration directly from Alerting Monitors page for corresponding asset.

* Download button: Downloads monitors configuration in JSON format
* Upload button: Uploads monitors configuration in JSON format.

To learn more about the configuration file format, [please see our APIs reference](/telmai/api-reference/monitors-api.md)

<figure><img src="/files/MJ8CBCzYzoNVhlOndlg1" alt=""><figcaption></figcaption></figure>

***

## Related Documentation

* [Creating a Monitor](/telmai/monitoring-data/monitors-management/creating-a-monitor.md)
* [Configuring Data-Binning](/telmai/monitoring-data/monitors-management/configuring-data-binning.md)
* [Configuring Notification](/telmai/monitoring-data/monitors-management/configuring-notifications.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.telm.ai/telmai/monitoring-data/monitors-management/managing-existing-monitors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
