v1

latestOpenAPI 3.0.3MIT2026-07-1411163326.7 KB
Pipeline

Continue a pipeline

Continue a pipeline from the setup phase. For information on using pipeline parameters with dynamic configuration, see the Pipeline values and parameters docs.

post/pipeline/continue

Request body

continuation-keystring required

A pipeline continuation key.

configurationstring required

A configuration string for the pipeline.

parametersobject

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.

Example request

{
  "parameters": {
    "deploy_prod": true
  }
}

Response

A confirmation message.

messagestring required

A human-readable message