Skip to content
OpenCode
Esc
navigateopen⌘Jpreview

Stop the managed server

Request graceful shutdown of one exact managed server instance.

POST/api/service/stop
Request body
requiredapplication/json
instanceIDstringrequired
Responses
200ServiceStopResponse
acceptedbooleanrequired
400InvalidRequestError
_tagstringrequired
Allowed:InvalidRequestError
messagestringrequired
kindstring | any
Show properties
Any of:
string
string
any
any
fieldstring | any
Show properties
Any of:
string
string
any
any
401UnauthorizedError
_tagstringrequired
Allowed:UnauthorizedError
messagestringrequired
Request
curl -X POST "/api/service/stop" \
  -H "Content-Type: application/json" \
  -d '{
  "instanceID": "string"
}'
Response
{
  "accepted": true
}