Skip to main content
Version: 1.x.x

restartServer

This method returns information about the server.

URL

/system/status/{status}

Method

POST

Parameters

Parameter NameTypeValueDescription
statuspathstringThis accepts either down or restarting parameters
nowquerybooleanIf set to true it will not wait for current calls to finish

Request body

Do not supply a request body with this method.

Response

If successful this method causes the server to change its status.

Sample Call

POST /api/{apiversion}/system/status/reload
{

}

HTTP/1.1 200 OK
{
"status": "200",
"message": "Request sent to server"
}