Deleting a CDP Private Cloud environment

Deleting an environment also removes all the resources associated with that environment.

Steps

Management Console UI

  1. On the Environments page, click the environment that you want to remove.
  2. Select Actions > Delete Environment.
  3. Click Delete to confirm the deletion of the selected environment.

CLI

You can use the following command to delete an environment:

cdp environments delete-environment \
--environment-name <value> \

For a detailed description of the command properties, use cdp environments delete-environment --help