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

Changes

No recorded changes to this endpoint across all 1 revision of this API.