Enabling and Disabling an Events Rule
Enable and disable a rule.
- Navigate to the events list page. If you need help finding the list page, see Listing Events Rules.
-
Select the events rule you want to enable or disable.
The Rules dialog box appears
-
From Actions, select Enable or Disable.
- Confirm when prompted.
Use the
option when running the oci events rule update command to enable (--is-enabledtrue) or disable (false) a rule:oci events rule update [...] --is-enabled [true|false]For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the UpdateRule operation to enable a rule. Include the
isEnabledattribute and the valuestrueandfalseto enable and disable the rule respectively.