v1

latestOpenAPI 3.0.0Apache 2.02026-07-2338718.6 KB
pipelines

Unpause a pipeline

Unpause a pipeline by name

post/pipelines/unpause

Query parameters

namestring

The name of the pipeline

Response

Successful operation

namestring

The name of the pipeline

pausedboolean

Whether the pipeline is currently paused or not

Example response

[
  {
    "name": "My Pipeline"
  }
]