Skip to main content
POST
/
api
/
server
/
shutdown
Graceful server shutdown
curl --request POST \
  --url http://{host}:{port}/api/server/shutdown
{
  "success": true,
  "message": "<string>"
}

Response

Shutdown initiated

success
boolean
required
message
string