For the complete documentation index, see llms.txt. This page is also available as Markdown.

Restart Instance

To restart instance

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

To restart instance

POST https://api.cartat.net/instance/restart

Headers

Name
Type
Description

Accept*

application/json

Content-Type*

application/json

Authorization*

Bearer {{token}}

you can find your access token here

{
    "status": "success",
    "message": "cleared"
}

Last updated