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: SecureDockerBuildin thesecurebuild.ymlfile. -
Cleanup Quotagroup
hpvs quotagroup delete --name <repoid>Where
is the name of the repoid specified in the yaml file, for example: repoid: mongodemoin themongo_demo.ymlfile
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