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

NameTypeDescription

Accept*

application/json

Content-Type*

application/json

Authorization*

Bearer {{token}}

you can find your access token here

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

Last updated