---
title: "Continue a pipeline"
method: POST
path: "/pipeline/continue"
tags: ["Pipeline"]
---

# Continue a pipeline

`POST /pipeline/continue`

Continue a pipeline from the setup phase. For information on using pipeline parameters with dynamic configuration, see the [Pipeline values and parameters](https://circleci.com/docs/pipeline-variables/#pipeline-parameters-and-dynamic-configuration) docs.

## Request body

- object
  - `continuation-key` string, required — A pipeline continuation key.
  - `configuration` string, required — A configuration string for the pipeline.
  - `parameters` object — An object containing pipeline parameters and their values. Pipeline parameters have the following size limits: 100 max entries, 128 maximum key length, 512 maximum value length.

## Response `200`

A confirmation message.

- object — message response
  - `message` string, required — A human-readable message

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/circleci/apis/api-v2.md) · [All operations](https://skmtc.net/circleci/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/circleci/api-v2/versions/b9c0e0c24058/schema)
