v1

latestOpenAPI 3.0.0Apache 2.02026-07-2338718.6 KB
pipelines

Create a new pipeline

Create a new pipeline by submitting the name and YAML configuration

post/pipelines

Response

Successful operation

namestring

The name of the pipeline

pausedboolean

Whether the pipeline is currently paused or not

Example response

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