LinuxCommandLibrary

qm-config

Display the virtual machine configuration with pending configuration changes applied.

TLDR

Display the virtual machine configuration

$ qm config [vm_id]
copy


Display the current configuration values instead of pending values for the virtual machine
$ qm config --current [true] [vm_id]
copy


Fetch the configuration values from the given snapshot
$ qm config --snapshot [snapshot_name] [vm_id]
copy

Copied to clipboard