---
title: "更新流水线扩展配置"
method: PUT
path: "/api/v1/pipelines/{pipeline_uuid}/extensions"
tags: ["Pipelines"]
---

# 更新流水线扩展配置

`PUT /api/v1/pipelines/{pipeline_uuid}/extensions`

更新流水线绑定的插件和 MCP 服务器。

## Path parameters

- `pipeline_uuid` string, uuid, required

## Request body

- object
  - `enable_all_plugins` boolean
  - `enable_all_mcp_servers` boolean
  - `bound_plugins` string[]
  - `bound_mcp_servers` string[]

## Response `200`

操作成功

- object
  - `code` integer

---

[API](https://skmtc.dev/langbot/apis/langbot-service-api.md) · [All operations](https://skmtc.dev/langbot/apis/langbot-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langbot/langbot-service-api/revisions/2384dee8c36a/schema)
