I'm starting to play with automating VMWare vCenter using PyVMomi. I want to take some base images and clone them, do some work on them, then delete them afterwards.
However, I'm terrified that I'll code it incorrectly and delete some of our infrastructure VMs that we desperately need.
Is there a way that I should set up permissions so that I can tag the VMs I want to protect? Or, how is best to avoid accidentally deleting an important VM?