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¶
-
Cleanup virtual server
hpvs vs delete --name <virtualserver_name>
-
Cleanup Quotagroup
hpvs quotagroup delete --name <quotagroup_name>
Cleanup Application¶
-
Cleanup HPVS deployment
Wherehpvs vs delete --name <repoid>
is the name of the repoid specified in the yaml file, for example: repoid: SecureDockerBuild
in thesecurebuild.yml
file. -
Cleanup Quotagroup
hpvs quotagroup delete --name <repoid>
Where
is the name of the repoid specified in the yaml file, for example: repoid: mongodemo
in themongo_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