So I figured out a way after several unsuccessful attempts. My solution to delete, destory, uninstall, or whatever you want to call it... convert it from a default template, then from a template to a VM, and finally destroy the VM:
# xe template-param-set other-config:default_template=false uuid=[uuid] # xe template-param-set is-a-template=false uuid=[uuid] # xe vm-destroy uuid=[uuid]
Where [uuid] is the uuid of the template. Yessss!
0 comments:
Post a Comment