Create Pipeline
Creates a new pipeline in a virtual cluster.
Request Body (JSON):
CURL Example:
Response Body (JSON):
Create Orbit Pipeline
You can also use the create_pipeline
api to create an Orbit pipeline. Simply add a pipeline_type
of orbit
to the request above.
Request Body (JSON):
Response Body (JSON):
CURL Example:
Note that you can only have a single Orbit pipeline at a time. To create a new Orbit pipeline first delete the old one.
Last updated