メインコンテンツまでスキップ

Stop MCP server

POST 

/v0/servers/:id/stop

Gracefully terminates a running MCP server instance identified by its unique ID. This endpoint attempts to properly shut down the server process, allowing it to clean up resources. If the server doesn't respond to the graceful shutdown request within a timeout period, it may forcefully terminate the process to ensure system resources are released. Once stopped, the server's status is updated to reflect its offline state.

Request

Responses

Server stopped successfully