Skip to content

Clean up your Environment

You can complete the following steps to clean up your environment when you have finished exploring the features of this hosted trial.

Cleanup Secure Build Server

  1. Cleanup virtual server

    hpvs vs delete --name <virtualserver_name>
    
  2. Cleanup Quotagroup

    hpvs quotagroup delete --name <quotagroup_name>
    

Cleanup Application

  1. Cleanup HPVS deployment

    hpvs vs delete --name <repoid>
    
    Where is the name of the repoid specified in the yaml file, for example: repoid: SecureDockerBuild in the securebuild.yml file.

  2. Cleanup Quotagroup

    hpvs quotagroup delete --name <repoid>
    

    Where is the name of the repoid specified in the yaml file, for example: repoid: mongodemo in the mongo_demo.yml file

Cleanup Repository

hpvs repository  delete --id <repoid> --force

Cleanup Docker Token

Delete the existing Docker Token by logging into your Docker Hub account and following these instructions

Cleanup GitHub SSH key

Delete the SSH key you added for the lab following steps 1-3 of these instructions