ApiMcp servers
Reset tool to original definitions
Clear all overrides, restoring tool to its original definitions.
Path Parameters
server_id*string
Format
uuidtool_id*string
Format
uuidResponse Body
application/json
application/json
curl -X DELETE "https://loading/api/v1/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/tools/497f6eca-6276-4993-bfeb-53cbbbba6f08/overrides"Empty
{
"error": {
"code": "string",
"message": "string"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}List MCP servers
List all MCP servers with pagination, filtering, search, and sorting. Supports filtering by status, type, source, and credential mode.
Start an MCP server
Start an MCP server by verifying connectivity. For generated servers, reloads the server into memory from disk. Updates status to RUNNING on success or ERROR on failure.
