Docs navigation
Orchestrations

Delete Orchestration Mcp Server

Delete Orchestration Mcp Server

DELETE/v2/orchestrations/{orchestration_id}/mcp-servers/{name}

Remove an orchestration-level MCP server by name. Member agents stop receiving it at their next manifest pull, usually the next task bootstrap; a task already running picks the removal up only if it pulls again.

Path Parameters

orchestration_idstring · uuidrequired
namestringrequired
Request
curl --request DELETE \
  --url https://api.brainbaselabs.com/v2/orchestrations/{orchestration_id}/mcp-servers/{name} \
  --header 'Authorization: Bearer YOUR_API_KEY'