Deleting an Environment
Delete an environment in the DevOps service.
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, select the project for which you want to delete an environment.
- On the details page of the project, from the left side, click Environments.
- On the Environments page, click the environment that you want to delete.
- On the environment details page, click Delete.
- In the Delete Environment dialog box, click Yes, delete.
To delete a deployment environment, run the
deletecommand:oci devops deploy-environment delete --environment-idTo get all the commands for
deploy-environment:oci devops deploy-environment -hTo get help for the
deletecommand:oci devops deploy-environment delete -hTo delete a deployment environment, use the
DeleteDeployEnvironmentoperation.