> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/imengine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/imengine/usage/health.md).

# Health

## Health check

<mark style="color:blue;">`GET`</mark> `https://imengine.example.com/health`

Validates the health of the server and setup. It validates the Imengine configuration and disk space.\
\
The endpoint does not take any query parameters.

{% tabs %}
{% tab title="200 All config is fine. Disk has free space." %}

```
```

{% endtab %}

{% tab title="500 Something needs to be looked at." %}

```
```

{% endtab %}
{% endtabs %}
