Skip to main content
POST
/
api
/
v1
/
client
/
restart
Restart the client
curl --request POST \
  --url http://localhost:{port}/api/v1/client/restart \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token authentication

Response

200 - application/json

Client restarted successfully

success
boolean
message
string