Create Pipeline
POST/api/v1/workspaces/:workspace_name/pipelines
Creates a pipeline YAML file.
Request
Responses
- 200
- 201
- 402
- 409
- 422
- 424
Your pipeline was created.
Successful Response
You've reached the maximum number of pipelines for your organization.
A pipeline with this name is already in your workspace. You can't create pipelines with the same names. Give your pipeline a unique name and save it.
Invalid request body or pipeline configuration.
We couldn't find the model used in this pipeline so the pipeline wasn't created. Make sure you use an existing model.
Was this page helpful?