def shutdown(self, vmx):
        sys.stdout.write("[%s] Stopping!\r\n" % vmx)
        self._run_cmd(vmx, "stop")