LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

virsh-help

Display virsh command help

TLDR

List all available commands grouped by category
$ virsh help
copy
Show detailed help for a specific command
$ virsh help [start]
copy
List all domain management commands
$ virsh help domain
copy
List all network commands
$ virsh help network
copy
List all storage pool commands
$ virsh help pool
copy

SYNOPSIS

virsh help [command|group]

DESCRIPTION

virsh help displays help for virsh commands and command groups. When called without arguments, it lists all commands grouped by category with a keyword for each group. When given a command name, it shows detailed usage, options, and description for that command. When given a group keyword, it lists only the commands in that group.

PARAMETERS

command

Show detailed help for a specific virsh command.
domain
Domain (virtual machine) management commands.
interface
Host interface commands.
network
Virtual network commands.
nodedev
Host device commands.
pool
Storage pool commands.
volume
Storage volume commands.
snapshot
Domain snapshot commands.
monitor
Connection and event monitoring commands.

SEE ALSO

virsh(1)

Copied to clipboard
Kai