---
title: "Update an existing pipeline"
method: PUT
path: "/pipelines/{name}"
tags: ["pipelines"]
---

# Update an existing pipeline

`PUT /pipelines/{name}`

Update an existing pipeline with new configuration

## Path parameters

- `name` string, required

## Request body

- TypesPipeline
  - `description` string
  - `metadata` object
  - `name` string
  - `resource` string
  - `steps` TypesStep[]
    - `driver` string
    - `id` string
    - `name` string
  - `version` string

## Response `200`

Pipeline updated successfully

- TypesPipeline
  - `description` string
  - `metadata` object
  - `name` string
  - `resource` string
  - `steps` TypesStep[]
    - `driver` string
    - `id` string
    - `name` string
  - `version` string

## Other responses

- `400` — Bad request - Invalid payload
- `404` — Not found - Pipeline does not exist
- `500` — Internal server error

---

[API](https://skmtc.net/open-ug/apis/conveyor-ci-api.md) · [All operations](https://skmtc.net/open-ug/apis/conveyor-ci-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-ug/conveyor-ci-api/versions/4ad35de52cbb/schema)
