update_rule
Update an existing automated rule by modifying its name, status, schedule, actions, or conditions using the rule ID.
Instructions
Update an existing automated rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New rule name | |
| status | No | Rule status: ENABLED, DISABLED | |
| rule_id | Yes | Rule ID | |
| schedule_spec | No | JSON string defining updated rule schedule | |
| execution_spec | No | JSON string defining updated rule actions | |
| evaluation_spec | No | JSON string defining updated rule conditions |