# Restart Instance

**if you need to restart your instance you can use this endpoint**

## To restart instance

<mark style="color:green;">`POST`</mark> `https://api.cartat.net/instance/restart`

#### Headers

| Name                                            | Type             | Description                                                                           |
| ----------------------------------------------- | ---------------- | ------------------------------------------------------------------------------------- |
| Accept<mark style="color:red;">\*</mark>        | application/json |                                                                                       |
| Content-Type<mark style="color:red;">\*</mark>  | application/json |                                                                                       |
| Authorization<mark style="color:red;">\*</mark> | Bearer {{token}} | you can find your access token [here](https://docs.cartat.net/cartat-api/get-started) |

{% tabs %}
{% tab title="200: OK " %}

<pre class="language-json"><code class="lang-json"><strong>{
</strong>    "status": "success",
    "message": "cleared"
}
</code></pre>

{% endtab %}
{% endtabs %}
