Deleting a Build Pipeline
Delete a build pipeline.
Before you can delete a build pipeline, you must delete all the stages associated with the pipeline. See Deleting a Build Pipeline Stage.
For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.
- Open the navigation menu and click Developer Services. Under DevOps, click Projects.
- Select a project and click the View all Build Pipelines link.
- On the Build pipelines page, click the pipeline that you want to delete.
- On the details page of the build pipeline, click the for the pipeline and select Delete.
- In the Delete build pipeline dialog box, click Yes, delete to permanently delete the pipeline.
To delete a build pipeline, run the
delete
command:oci devops build-pipeline delete --build-pipeline-id
To get all the commands for
build-pipeline
:oci devops build-pipeline -h
To delete a build pipeline, use the
DeleteBuildPipeline
operation.