curl --request POST \
--url http://localhost:3000/api/server/stop
{
"message": "Server stopping..."
}
Initiates server shutdown
curl --request POST \
--url http://localhost:3000/api/server/stop
{
"message": "Server stopping..."
}
Server is shutting down
The response is of type object
.
Was this page helpful?