---
title: Delete configurations
description: Delete one or more Telegraf configurations from Telegraf Controller.
url: https://docs.influxdata.com/telegraf/controller/configs/delete/
estimated_tokens: 378
publisher: InfluxData
canonical: https://docs.influxdata.com/telegraf/controller/configs/delete/
date: '2025-12-31T14:49:32-07:00'
lastmod: '2025-12-31T14:49:32-07:00'
---

Delete configurations you no longer use to keep Telegraf Controller organized.

> [!Warning]
> Deleting a configuration permanently removes it from Telegraf Controller.
> Export the TOML if you need a backup.

## Before you delete

You cannot delete a configuration that is currently used by actively
reporting agents.
To delete a configuration:

* Confirm no agents rely on the configuration.
* Delete agents or reassign agents to another configuration if needed.

## Delete a single configuration

Delete configuration from either the configurations list page or the
configuration detail page.

### From the configurations list page

1. In the Telegraf Controller web interface, select **Configurations** in the
   navigation bar.
2. Click the **More button (⋮)** next to the configuration
   you want to delete and select  **Delete**.
3. Confirm the deletion.

### From the configuration detail page

1. In the Telegraf Controller web interface, select **Configurations** in the
   navigation bar.
2. Click the name of the configuration you want to delete to view the
   configuration detail page.
3. Select the **Manage** tab.
4. Under **Delete Configuration**, click **Delete**.
5. Confirm the deletion.

## Delete multiple configurations

1. In the Telegraf Controller web interface, select **Configurations** in the
   navigation bar.
2. Use the select boxes to select all of the configurations you want to delete.
3. In the bulk options menu that appears, click  **Delete**.
4. Confirm the deletion.
