42 lines
721 B
Markdown
42 lines
721 B
Markdown
---
|
|
layout: doc
|
|
title: qvm-check
|
|
permalink: /doc/tools/3.2/dom0/qvm-check/
|
|
redirect_from:
|
|
- /doc/dom0-tools/qvm-check/
|
|
- /en/doc/dom0-tools/qvm-check/
|
|
---
|
|
|
|
```
|
|
=========
|
|
qvm-check
|
|
=========
|
|
|
|
NAME
|
|
====
|
|
qvm-check - Specify no state options to check if VM exists
|
|
|
|
SYNOPSIS
|
|
========
|
|
| qvm-check [options] <vm-name>
|
|
|
|
OPTIONS
|
|
=======
|
|
-h, --help
|
|
Show this help message and exit
|
|
-q, --quiet
|
|
Be quiet
|
|
--running
|
|
Determine if VM is running
|
|
--paused
|
|
Determine if VM is paused
|
|
--template
|
|
Determine if VM is a template
|
|
|
|
AUTHORS
|
|
=======
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
|
```
|