# How to Update an Incident

#### Steps to Update an Incident:

1. Open **Incidents** in the sidebar and click the incident you want to update (**"Edit"** button)
2. Click **➕ Add Update or Mark as Resolved** in the incident timeline.

<figure><img src="/files/JeTifb4BO2946wroYzUb" alt=""><figcaption></figcaption></figure>

3. **Resolution Stage** – pick the current phase.
4. **Update Description** – enter a concise message (supports Markdown). Examples:

*“We’ve rolled back the faulty release; monitoring recovery.”*

5. *(Optional)* Adjust **Severity** if impact has changed.
6. Hit **Update Incident** to conclude this step.

<figure><img src="/files/3GjHcmTQlFtffmoFGZ1z" alt=""><figcaption></figcaption></figure>

Choose **Resolved** only when:

* All user impact has stopped.
* Fix is deployed and verified.
* You’re ready to close subscriber alerts.

<figure><img src="/files/pHzG0a5IILZeZrcuWQSf" alt=""><figcaption></figcaption></figure>

A “**resolved**” update automatically sets the service status back to **OK**.

Need assistance? Contact us via chat or email us at **<support@isdown.app>.**

***

Related Articles

* [**How to Create Custom Services**](https://help.isdown.app/custom-monitor/how-to-create-custom-services)
* [**How to Delete Custom Service**](https://help.isdown.app/how-to-delete-custom-service)
* [**How to Add an Incident**](https://help.isdown.app/how-to-add-an-incident)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.isdown.app/custom-monitor/how-to-update-an-incident.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
