Artboard
OttoFMS Settings

Restart OttoFMS

POST
/otto/api/restart

Request Body

application/json

POST /otto/api/restart Request body

Response Body

application/json

application/json

curl -X POST "https://your.server.net/otto/api/restart" \  -H "Content-Type: application/json" \  -d '{}'
{
  "response": {
    "ok": true,
    "message": "OttoFMS restarting"
  },
  "messages": [
    {
      "code": 0.1,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}