tldr-pages/tldr

Let's document: qm

Open

#8,537 opened on Sep 29, 2022

View on GitHub
 (9 comments) (2 reactions) (0 assignees)Shell (2,507 forks)batch import
good first issuehelp wantedlet's documentnew command

Repository metrics

Stars
 (30,937 stars)
PR merge metrics
 (Avg merge 7d 5h) (321 merged PRs in 30d)

Description

Command description

Lets document qm.

USAGE: qm <COMMAND> [ARGS] [OPTIONS]

       qm cloudinit dump <vmid> <type>

       qm guest cmd <vmid> <command>
       qm guest exec-status <vmid> <pid>
       qm guest passwd <vmid> <username> [OPTIONS]
       qm guest exec <vmid> [<extra-args>] [OPTIONS]

       qm clone <vmid> <newid> [OPTIONS]
       qm config <vmid> [OPTIONS]
       qm create <vmid> [OPTIONS]
       qm delsnapshot <vmid> <snapname> [OPTIONS]
       qm destroy <vmid> [OPTIONS] 
       qm list  [OPTIONS]
       qm listsnapshot <vmid>
       qm migrate <vmid> <target> [OPTIONS]
       qm move_disk <vmid> <disk> <storage> [OPTIONS]
       qm pending <vmid>
       qm reboot <vmid> [OPTIONS]
       qm reset <vmid> [OPTIONS]
       qm resize <vmid> <disk> <size> [OPTIONS]
       qm resume <vmid> [OPTIONS] → #9374
       qm rollback <vmid> <snapname>
       qm sendkey <vmid> <key> [OPTIONS]
       qm set <vmid> [OPTIONS]
       qm shutdown <vmid> [OPTIONS]
       qm snapshot <vmid> <snapname> [OPTIONS]
       qm start <vmid> [OPTIONS]
       qm stop <vmid> [OPTIONS]
       qm suspend <vmid> [OPTIONS]
       qm template <vmid> [OPTIONS]
       qm unlink <vmid> --idlist <string> [OPTIONS]

       qm cleanup <vmid> <clean-shutdown> <guest-requested>
       qm importdisk <vmid> <source> <storage> [OPTIONS]
       qm importovf <vmid> <manifest> <storage> [OPTIONS]
       qm monitor <vmid>
       qm mtunnel 
       qm nbdstop <vmid>
       qm rescan  [OPTIONS]
       qm showcmd <vmid> [OPTIONS]
       qm status <vmid> [OPTIONS]
       qm terminal <vmid> [OPTIONS]
       qm unlock <vmid>
       qm vncproxy <vmid>
       qm wait <vmid> [OPTIONS]

       qm help [<extra-args>] [OPTIONS]

Todo:

  • fix more info links once documentation gets anchors https://bugzilla.proxmox.com/show_bug.cgi?id=6656 #19552
  • qm → #7157
    • cleanup → #9111
    • clone → #9038
    • cloudinit → #20161
    • config → #9216
    • create → #8705
    • delsnapshot → #8852
    • destroy → #9054
    • disk → #17502 #20161
    • guest → #17511 #20161
    • help → #9165
    • import →
    • importdisk → #9028, #10499
    • importovf →
    • list → #9139
    • listsnapshot → #8853
    • migrate → #9367
    • monitor → #8854
    • move_disk → #10530
    • mtunnel → #9152
    • nbdstop → #8679
    • pending → #9149
    • reboot → #8784
    • remote-migrate →
    • rescan → #9215
    • reset → #8837
    • resize → #10496
    • resume → #9374
    • rollback → #9110
    • sendkey → #9246
    • set → #17503
    • showcmd → #9243
    • shutdown → #8764
    • snapshot → #8949
    • start → #8704
    • status → #9180
    • stop → #8538
    • suspend → #10469
    • template → #10481
    • terminal → #17524
    • unlink → #17515
    • unlock → #9051
    • vncproxy → #9150
    • wait → #8844
  • qmrestore → #8790

OS

  • Linux

Contributor guide