2. VMware vCloud Director Server Resource Kit : 2.3 CloudCleaner : 2.3.7 Additional CloudCleaner flags : 2.3.7.1. Examples
   
2.3.7.1. Examples
Run and skip certificate verification (recommended usage):
$ java -jar cloudcleaner.jar -vcIpAddress=10.10.10.1 -vcLogin=administrator -vcPwd=secret -hostLogin=root -hostPwd=password -skipVerify=true
Do a test-run (only scan, do not actually remove anything):
$ java -jar cloudcleaner.jar -vcIpAddress=10.10.10.1 -vcLogin=administrator -vcPwd=secret -hostLogin=root -hostPwd=password -slowCleanMode=true -scanOnly=true