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