You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evan Carlin edited this page Feb 27, 2025
·
1 revision
Virsh commands
virsh list --all # list all machines
virsh domstate <name> # state
virsh dominfo <name> # basic info
virsh domifaddr <name> # networking info
virsh edit <name> # edit configuration, useful to see full configuration (e.g., mem and cpu)
virsh start <name>
virsh shutdown <name>
virsh destroy <name>