blob: 66765b244610d030bc9dc690c51fe84c44ccab1f [file] [log] [blame]
Renuka Apted7ed4172012-05-10 15:36:03 -07001#!/bin/bash
2
3#Usage: ./templatedelete.sh <template-uuid>
4
5templateuuid="$1"
6
7xe template-param-set other-config:default_template=false uuid="$templateuuid"
8xe template-param-set is-a-template=false uuid="$templateuuid"
9xe vm-destroy uuid="$templateuuid"