LinuxCommandLibrary

qm-showcmd

Show command line which is used to start the VM (debug info).

TLDR

Show command-line for a specific virtual machine

$ qm showcmd [vm_id]
copy


Put each option on a new line to enhance human readability
$ qm showcmd --pretty [true] [vm_id]
copy


Fetch config values from a specific snapshot
$ qm showcmd --snapshot [string] [vm_id]
copy

Copied to clipboard