System Grab Bag

View all TLDR pages from common (or from all pages)

virsh-list

List the ID, name, and state of virtual machines. See also: virsh. More information: https://manned.org/virsh.
  • List information about running virtual machines:
    virsh list
  • List information about virtual machines regardless of state:
    virsh list --all
  • List information about virtual machines with autostart either enabled or disabled:
    virsh list --all --{{autostart|no-autostart}}
  • List information about virtual machines either with or without snapshots:
    virsh list --all --{{with-snapshot|without-snapshot}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.