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>"
}

Documentation Index

Fetch the complete documentation index at: https://crsdk.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

Shutdown initiated

success
boolean
required
message
string