Edit Pipeline
edit_pipelineUpdate an existing pipeline's name, icon, team access, and permissions. Find the pipeline ID first using get_pipelines.
Instructions
Update an existing pipeline's configuration. Use get_pipelines to find pipeline IDs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Updated pipeline icon | |
| name | No | Updated pipeline name | |
| team_ids | No | Updated team IDs | |
| permissions | No | Updated permissions | |
| pipeline_id | Yes | The PipelineId to edit |