# Initialize Instance

**you can use this endpoint to run your instance after destroying it.**

## To initialize instance

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

#### 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 " %}

```json
{
    "code": 202,
    "status": "instance initialized successfully"
}
```

{% endtab %}
{% endtabs %}
