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.

    1. Open the navigation menu and click Developer Services. Under DevOps, click Projects.
    2. Select a project and click the View all Build Pipelines link.
    3. On the Build pipelines page, click the pipeline that you want to delete.
    4. On the details page of the build pipeline, click the Actions menu (Actions Menu) for the pipeline and select Delete.
    5. 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.