Enabling and Disabling an Events Rule

Enable and disable a rule.

    1. Navigate to the events list page. If you need help finding the list page, see Listing Events Rules.
    2. Select the events rule you want to enable or disable.

      The Rules dialog box appears

    3. From Actions, select Enable or Disable.

    4. Confirm when prompted.
  • Use the --is-enabled option when running the oci events rule update command to enable (true) 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 isEnabled attribute and the values true and false to enable and disable the rule respectively.