Deleting a metric filter - Amazon CloudWatch Logs
This documentation is a draft for private preview for regions in the AWS European Sovereign Cloud. Documentation content will continue to evolve. Published: December 30, 2025.

Deleting a metric filter

A policy is identified by its name and the log group it belongs to.

To delete a metric filter using the CloudWatch console
  1. Open the CloudWatch console at https://eusc-de-east-1.console.amazonaws-eusc.eu/cloudwatch/.

  2. In the navigation pane, choose Log groups.

  3. In the contents pane, in the Metric Filter column, choose the number of metric filters for the log group.

  4. Under Metric Filters screen, select the check box to the right of the name of the filter that you want to delete. Then choose Delete.

  5. When prompted for confirmation, choose Delete.

To delete a metric filter using the AWS CLI

At a command prompt, run the following command:

aws logs delete-metric-filter --log-group-name MyApp/access.log \ --filter-name MyFilterName