Deleting a Pipeline Stage
Delete a deployment 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.
- On the DevOps Projects page, click the project for which you want to delete the pipeline.
- On the project details page, from the Latest deployment pipelines section, click the View all deployment pipelines link.
- On the Deployment pipelines page, click a pipeline.
- On the Deployment pipeline details page, click the in the top-right corner of the stage that you want to delete and select Delete.
- In the Delete stage dialog box, click Delete.
To delete a pipeline stage, run the
delete
command:oci devops deploy-stage delete --stage-id
To get all the commands for
deploy-stage
:oci devops deploy-stage -h
To delete a pipeline stage, use the
DeleteDeployStage
operation.