> ## Documentation Index
> Fetch the complete documentation index at: https://docs.molesignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update rule

> Update an alert rule by id.

```http theme={null}
PUT /api/v1/alerts/rules/{id}
```

Send the same complete rule body accepted by [Create rule](/en-US/api/alerting/create-rule). The
update preserves the rule id, organization, creation time, and latest evaluation state. This
operation requires `alerts.manage`.
