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

The following example uses the ``disable-alarm-actions`` command to disable all actions for the alarm named myalarm.::

  aws cloudwatch disable-alarm-actions --alarm-names myalarm

This command returns to the prompt if successful.