MCP Management

Reconnect MCP Client

Reconnect a disconnected or errored MCP client.

post/api/mcp/client/{name}/reconnect

Path parameters

namestring required

Name of the MCP client to reconnect

Response

MCP client reconnected successfully

status'success' required

Operation status

messagestring required

Success message

Example response

{
  "status": "success",
  "message": "Operation completed successfully"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.