#!/bin/bash

vmLabel=$1

xm destroy $vmLabel
xm delete $vmLabel
rm /etc/xen/auto/$vmLabel.cfg
$VMM_HOME/bin/deleteVMDiskImages $vmLabel

