Instill VDP also provides a set of methods for pipeline management, including listing, updating, and deleting pipelines.
#Manage Pipelines via API
#Explore Pipelines
This endpoint returns a paginated list of pipelines that are visible to the requester.
#List Pipelines
This endpoint returns a paginated list of pipelines associated with a specific namespace.
#Get Pipeline
This endpoint allows for getting a pipeline.
#Update Pipeline
This endpoint allows for updating a pipeline with a new recipe.
#Delete Pipeline
This endpoint enables the deletion of a specified pipeline.
The NAMESPACE_ID
and PIPELINE_ID
path parameter must be replaced by the
pipeline owner's ID (namespace) and the pipeline ID.
For more details, please refer to the API Reference.
#Manage Pipelines via Console
#Explore Pipelines
- Launch Instill Console on Instill Cloud.
- Navigate to the Explore page.
- Instill Console will display all pipelines visible to the user.
#List Pipelines
- Launch Instill Console on Instill Cloud.
- Navigate to the Pipelines page via the navigation bar.
- Instill Console will list all pipelines within the selected namespace.
#Update Pipeline
The Instill Console features an auto-save capability, eliminating the need for manual saving of pipelines.
#Delete Pipeline
- On the Pipeline list page, right-click the "More Options" button.
- Select Delete to remove the pipeline.