v1

latestOpenAPI 3.0.0Apache 2.02026-07-2338718.6 KB
pipelines

Pause a pipeline

Pause a pipeline by name

post/pipelines/pause

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"
  }
]