linear_updateReleasePipeline
Update an existing release pipeline by its ID, changing fields like name, type, team assignments, or production status.
Instructions
Update an existing release pipeline. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the release pipeline to update | |
| name | No | The updated pipeline name | |
| type | No | The updated pipeline type | |
| slugId | No | The updated pipeline slug identifier | |
| teamIds | No | The updated team identifiers for the pipeline | |
| isProduction | No | Whether the pipeline targets production | |
| includePathPatterns | No | Updated glob patterns to include matching commit paths |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| type | No | ||
| teams | No | ||
| slugId | No | ||
| stages | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| production | No | ||
| description | No | ||
| pathPatterns | No | ||
| latestReleaseNote | No |