MCP Gateway
ApiBundles

Remove server from bundle

Remove all tools belonging to a server from a bundle.

DELETE
/api/v1/bundles/{bundle_id}/servers/{server_id}

Path Parameters

bundle_id*string
Formatuuid
server_id*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://loading/api/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}