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
delete
command:oci devops deploy-environment delete --environment-id
To get all the commands for
deploy-environment
:oci devops deploy-environment -h
To get help for the
delete
command:oci devops deploy-environment delete -h
To delete a deployment environment, use the
DeleteDeployEnvironment
operation.