---
title: "Update pipeline"
method: PUT
path: "/pipeline/{pipeline_id}"
tags: ["Pipeline Management"]
---

# Update pipeline

`PUT /pipeline/{pipeline_id}`

Update pipeline properties, like title

## Path parameters

- `pipeline_id` string, uuid, required

## Request body

- object
  - `title` string, required
  - `deploy_type` 'saas' | 'local'
  - `deployment_groups` string[]

## Response `200`

Default Response

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
