We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 368bfa2 + d7ed417 commit 461203bCopy full SHA for 461203b
tools/xen/scripts/templatedelete.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+#Usage: ./templatedelete.sh <template-uuid>
4
5
+templateuuid="$1"
6
7
+xe template-param-set other-config:default_template=false uuid="$templateuuid"
8
+xe template-param-set is-a-template=false uuid="$templateuuid"
9
+xe vm-destroy uuid="$templateuuid"
0 commit comments