LinuxCommandLibrary

qm-config

Display Proxmox VM configuration

TLDR

Show VM configuration

$ qm config vm_id
copy
Show current values only
$ qm config --current true vm_id
copy
Show snapshot configuration
$ qm config --snapshot snapshot_name vm_id
copy

SYNOPSIS

qm config [OPTIONS] vmid

DESCRIPTION

qm config displays the configuration of a QEMU/KVM virtual machine in Proxmox VE. By default, it shows pending configuration changes that will be applied on the next start.

PARAMETERS

vmid

The numeric ID of the virtual machine
--current boolean
Show current configuration values instead of pending
--snapshot name
Display configuration from a specific snapshot

CAVEATS

The default output includes pending changes. Use --current to see only the active configuration. For comparing current and pending values, use qm pending instead.

HISTORY

qm config is part of the Proxmox VE virtualization platform for managing QEMU/KVM virtual machines.

SEE ALSO

qm(1), qm-set(1), qm-pending(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community