HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

qm config — Display the virtual machine configuration with pending configuration changes applied. More informati

Submitted by: @import:tldr-pages··
0
Viewed 0 times
qm configthevirtualconfigurationcommandclimachinedisplay
linux

Problem

How to use the qm config command: Display the virtual machine configuration with pending configuration changes applied. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_config>.

Solution

qm config — Display the virtual machine configuration with pending configuration changes applied. More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_config>.

Display the virtual machine configuration:
qm {{[co|config]}} {{vm_id}}


Display the current configuration values instead of pending values for the virtual machine:
qm {{[co|config]}} --current {{true}} {{vm_id}}


Fetch the configuration values from the given snapshot:
qm {{[co|config]}} --snapshot {{snapshot_name}} {{vm_id}}

Code Snippets

Display the virtual machine configuration

qm {{[co|config]}} {{vm_id}}

Display the current configuration values instead of pending values for the virtual machine

qm {{[co|config]}} --current {{true}} {{vm_id}}

Fetch the configuration values from the given snapshot

qm {{[co|config]}} --snapshot {{snapshot_name}} {{vm_id}}

Context

tldr-pages: linux/qm config

Revisions (0)

No revisions yet.