Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/cloudwatch/delete-alarms.rst
1567 views
**To delete an alarm**

The following example uses the ``delete-alarms`` command to delete the Amazon CloudWatch alarm
named "myalarm"::

  aws cloudwatch delete-alarms --alarm-names myalarm

Output::

  This command returns to the prompt if successful.