]> git.proxmox.com Git - pve-docs.git/blame_incremental - qm.1-synopsis.adoc
fix 3372: fix typos, and impove pve-gui docs
[pve-docs.git] / qm.1-synopsis.adoc
... / ...
CommitLineData
1*qm* `<COMMAND> [ARGS] [OPTIONS]`
2
3*qm agent*
4
5An alias for 'qm guest cmd'.
6
7*qm cleanup* `<vmid> <clean-shutdown> <guest-requested>`
8
9Cleans up resources like tap devices, vgpus, etc. Called after a vm shuts
10down, crashes, etc.
11
12`<vmid>`: `<integer> (1 - N)` ::
13
14The (unique) ID of the VM.
15
16`<clean-shutdown>`: `<boolean>` ::
17
18Indicates if qemu shutdown cleanly.
19
20`<guest-requested>`: `<boolean>` ::
21
22Indicates if the shutdown was requested by the guest or via qmp.
23
24*qm clone* `<vmid> <newid>` `[OPTIONS]`
25
26Create a copy of virtual machine/template.
27
28`<vmid>`: `<integer> (1 - N)` ::
29
30The (unique) ID of the VM.
31
32`<newid>`: `<integer> (1 - N)` ::
33
34VMID for the clone.
35
36`--bwlimit` `<integer> (0 - N)` ('default =' `clone limit from datacenter or storage config`)::
37
38Override I/O bandwidth limit (in KiB/s).
39
40`--description` `<string>` ::
41
42Description for the new VM.
43
44`--format` `<qcow2 | raw | vmdk>` ::
45
46Target format for file storage. Only valid for full clone.
47
48`--full` `<boolean>` ::
49
50Create a full copy of all disks. This is always done when you clone a normal VM. For VM templates, we try to create a linked clone by default.
51
52`--name` `<string>` ::
53
54Set a name for the new VM.
55
56`--pool` `<string>` ::
57
58Add the new VM to the specified pool.
59
60`--snapname` `<string>` ::
61
62The name of the snapshot.
63
64`--storage` `<string>` ::
65
66Target storage for full clone.
67
68`--target` `<string>` ::
69
70Target node. Only allowed if the original VM is on shared storage.
71
72*qm cloudinit dump* `<vmid> <type>`
73
74Get automatically generated cloudinit config.
75
76`<vmid>`: `<integer> (1 - N)` ::
77
78The (unique) ID of the VM.
79
80`<type>`: `<meta | network | user>` ::
81
82Config type.
83
84*qm config* `<vmid>` `[OPTIONS]`
85
86Get the virtual machine configuration with pending configuration changes
87applied. Set the 'current' parameter to get the current configuration
88instead.
89
90`<vmid>`: `<integer> (1 - N)` ::
91
92The (unique) ID of the VM.
93
94`--current` `<boolean>` ('default =' `0`)::
95
96Get current values (instead of pending values).
97
98`--snapshot` `<string>` ::
99
100Fetch config values from given snapshot.
101
102*qm create* `<vmid>` `[OPTIONS]`
103
104Create or restore a virtual machine.
105
106`<vmid>`: `<integer> (1 - N)` ::
107
108The (unique) ID of the VM.
109
110`--acpi` `<boolean>` ('default =' `1`)::
111
112Enable/disable ACPI.
113
114`--agent` `[enabled=]<1|0> [,fstrim_cloned_disks=<1|0>] [,type=<virtio|isa>]` ::
115
116Enable/disable Qemu GuestAgent and its properties.
117
118`--arch` `<aarch64 | x86_64>` ::
119
120Virtual processor architecture. Defaults to the host.
121
122`--archive` `<string>` ::
123
124The backup archive. Either the file system path to a .tar or .vma file (use '-' to pipe data from stdin) or a proxmox storage backup volume identifier.
125
126`--args` `<string>` ::
127
128Arbitrary arguments passed to kvm.
129
130`--audio0` `device=<ich9-intel-hda|intel-hda|AC97> [,driver=<spice>]` ::
131
132Configure a audio device, useful in combination with QXL/Spice.
133
134`--autostart` `<boolean>` ('default =' `0`)::
135
136Automatic restart after crash (currently ignored).
137
138`--balloon` `<integer> (0 - N)` ::
139
140Amount of target RAM for the VM in MB. Using zero disables the ballon driver.
141
142`--bios` `<ovmf | seabios>` ('default =' `seabios`)::
143
144Select BIOS implementation.
145
146`--boot` `[[legacy=]<[acdn]{1,4}>] [,order=<device[;device...]>]` ::
147
148Specify guest boot order. Use with 'order=', usage with no key or 'legacy=' is deprecated.
149
150`--bootdisk` `(ide|sata|scsi|virtio)\d+` ::
151
152Enable booting from specified disk. Deprecated: Use 'boot: order=foo;bar' instead.
153
154`--bwlimit` `<integer> (0 - N)` ('default =' `restore limit from datacenter or storage config`)::
155
156Override I/O bandwidth limit (in KiB/s).
157
158`--cdrom` `<volume>` ::
159
160This is an alias for option -ide2
161
162`--cicustom` `[meta=<volume>] [,network=<volume>] [,user=<volume>]` ::
163
164cloud-init: Specify custom files to replace the automatically generated ones at start.
165
166`--cipassword` `<password>` ::
167
168cloud-init: Password to assign the user. Using this is generally not recommended. Use ssh keys instead. Also note that older cloud-init versions do not support hashed passwords.
169
170`--citype` `<configdrive2 | nocloud>` ::
171
172Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
173
174`--ciuser` `<string>` ::
175
176cloud-init: User name to change ssh keys and password for instead of the image's configured default user.
177
178`--cores` `<integer> (1 - N)` ('default =' `1`)::
179
180The number of cores per socket.
181
182`--cpu` `[[cputype=]<string>] [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>] [,hv-vendor-id=<vendor-id>] [,phys-bits=<8-64|host>] [,reported-model=<enum>]` ::
183
184Emulated CPU type.
185
186`--cpulimit` `<number> (0 - 128)` ('default =' `0`)::
187
188Limit of CPU usage.
189
190`--cpuunits` `<integer> (2 - 262144)` ('default =' `1024`)::
191
192CPU weight for a VM.
193
194`--description` `<string>` ::
195
196Description for the VM. Only used on the configuration web interface. This is saved as comment inside the configuration file.
197
198`--efidisk0` `[file=]<volume> [,format=<enum>] [,size=<DiskSize>]` ::
199
200Configure a Disk for storing EFI vars
201
202`--force` `<boolean>` ::
203
204Allow to overwrite existing VM.
205+
206NOTE: Requires option(s): `archive`
207
208`--freeze` `<boolean>` ::
209
210Freeze CPU at startup (use 'c' monitor command to start execution).
211
212`--hookscript` `<string>` ::
213
214Script that will be executed during various steps in the vms lifetime.
215
216`--hostpci[n]` `[host=]<HOSTPCIID[;HOSTPCIID2...]> [,legacy-igd=<1|0>] [,mdev=<string>] [,pcie=<1|0>] [,rombar=<1|0>] [,romfile=<string>] [,x-vga=<1|0>]` ::
217
218Map host PCI devices into guest.
219
220`--hotplug` `<string>` ('default =' `network,disk,usb`)::
221
222Selectively enable hotplug features. This is a comma separated list of hotplug features: 'network', 'disk', 'cpu', 'memory' and 'usb'. Use '0' to disable hotplug completely. Value '1' is an alias for the default 'network,disk,usb'.
223
224`--hugepages` `<1024 | 2 | any>` ::
225
226Enable/disable hugepages memory.
227
228`--ide[n]` `[file=]<volume> [,aio=<native|threads>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,model=<model>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>] [,wwn=<wwn>]` ::
229
230Use volume as IDE hard disk or CD-ROM (n is 0 to 3).
231
232`--ipconfig[n]` `[gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,ip=<IPv4Format/CIDR>] [,ip6=<IPv6Format/CIDR>]` ::
233
234cloud-init: Specify IP addresses and gateways for the corresponding interface.
235+
236IP addresses use CIDR notation, gateways are optional but need an IP of the same type specified.
237+
238The special string 'dhcp' can be used for IP addresses to use DHCP, in which case no explicit
239gateway should be provided.
240For IPv6 the special string 'auto' can be used to use stateless autoconfiguration.
241+
242If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, it defaults to using
243dhcp on IPv4.
244
245`--ivshmem` `size=<integer> [,name=<string>]` ::
246
247Inter-VM shared memory. Useful for direct communication between VMs, or to the host.
248
249`--keephugepages` `<boolean>` ('default =' `0`)::
250
251Use together with hugepages. If enabled, hugepages will not not be deleted after VM shutdown and can be used for subsequent starts.
252
253`--keyboard` `<da | de | de-ch | en-gb | en-us | es | fi | fr | fr-be | fr-ca | fr-ch | hu | is | it | ja | lt | mk | nl | no | pl | pt | pt-br | sl | sv | tr>` ::
254
255Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.cfg' configuration file.It should not be necessary to set it.
256
257`--kvm` `<boolean>` ('default =' `1`)::
258
259Enable/disable KVM hardware virtualization.
260
261`--localtime` `<boolean>` ::
262
263Set the real time clock to local time. This is enabled by default if ostype indicates a Microsoft OS.
264
265`--lock` `<backup | clone | create | migrate | rollback | snapshot | snapshot-delete | suspended | suspending>` ::
266
267Lock/unlock the VM.
268
269`--machine` `(pc|pc(-i440fx)?-\d+(\.\d+)+(\+pve\d+)?(\.pxe)?|q35|pc-q35-\d+(\.\d+)+(\+pve\d+)?(\.pxe)?|virt(?:-\d+(\.\d+)+)?(\+pve\d+)?)` ::
270
271Specifies the Qemu machine type.
272
273`--memory` `<integer> (16 - N)` ('default =' `512`)::
274
275Amount of RAM for the VM in MB. This is the maximum available memory when you use the balloon device.
276
277`--migrate_downtime` `<number> (0 - N)` ('default =' `0.1`)::
278
279Set maximum tolerated downtime (in seconds) for migrations.
280
281`--migrate_speed` `<integer> (0 - N)` ('default =' `0`)::
282
283Set maximum speed (in MB/s) for migrations. Value 0 is no limit.
284
285`--name` `<string>` ::
286
287Set a name for the VM. Only used on the configuration web interface.
288
289`--nameserver` `<string>` ::
290
291cloud-init: Sets DNS server IP address for a container. Create will'
292 .' automatically use the setting from the host if neither searchdomain nor nameserver'
293 .' are set.
294
295`--net[n]` `[model=]<enum> [,bridge=<bridge>] [,firewall=<1|0>] [,link_down=<1|0>] [,macaddr=<XX:XX:XX:XX:XX:XX>] [,mtu=<integer>] [,queues=<integer>] [,rate=<number>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,<model>=<macaddr>]` ::
296
297Specify network devices.
298
299`--numa` `<boolean>` ('default =' `0`)::
300
301Enable/disable NUMA.
302
303`--numa[n]` `cpus=<id[-id];...> [,hostnodes=<id[-id];...>] [,memory=<number>] [,policy=<preferred|bind|interleave>]` ::
304
305NUMA topology.
306
307`--onboot` `<boolean>` ('default =' `0`)::
308
309Specifies whether a VM will be started during system bootup.
310
311`--ostype` `<l24 | l26 | other | solaris | w2k | w2k3 | w2k8 | win10 | win7 | win8 | wvista | wxp>` ::
312
313Specify guest operating system.
314
315`--parallel[n]` `/dev/parport\d+|/dev/usb/lp\d+` ::
316
317Map host parallel devices (n is 0 to 2).
318
319`--pool` `<string>` ::
320
321Add the VM to the specified pool.
322
323`--protection` `<boolean>` ('default =' `0`)::
324
325Sets the protection flag of the VM. This will disable the remove VM and remove disk operations.
326
327`--reboot` `<boolean>` ('default =' `1`)::
328
329Allow reboot. If set to '0' the VM exit on reboot.
330
331`--rng0` `[source=]</dev/urandom|/dev/random|/dev/hwrng> [,max_bytes=<integer>] [,period=<integer>]` ::
332
333Configure a VirtIO-based Random Number Generator.
334
335`--sata[n]` `[file=]<volume> [,aio=<native|threads>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>] [,wwn=<wwn>]` ::
336
337Use volume as SATA hard disk or CD-ROM (n is 0 to 5).
338
339`--scsi[n]` `[file=]<volume> [,aio=<native|threads>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,iothread=<1|0>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,queues=<integer>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,scsiblock=<1|0>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>] [,wwn=<wwn>]` ::
340
341Use volume as SCSI hard disk or CD-ROM (n is 0 to 30).
342
343`--scsihw` `<lsi | lsi53c810 | megasas | pvscsi | virtio-scsi-pci | virtio-scsi-single>` ('default =' `lsi`)::
344
345SCSI controller model
346
347`--searchdomain` `<string>` ::
348
349cloud-init: Sets DNS search domains for a container. Create will'
350 .' automatically use the setting from the host if neither searchdomain nor nameserver'
351 .' are set.
352
353`--serial[n]` `(/dev/.+|socket)` ::
354
355Create a serial device inside the VM (n is 0 to 3)
356
357`--shares` `<integer> (0 - 50000)` ('default =' `1000`)::
358
359Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd.
360
361`--smbios1` `[base64=<1|0>] [,family=<Base64 encoded string>] [,manufacturer=<Base64 encoded string>] [,product=<Base64 encoded string>] [,serial=<Base64 encoded string>] [,sku=<Base64 encoded string>] [,uuid=<UUID>] [,version=<Base64 encoded string>]` ::
362
363Specify SMBIOS type 1 fields.
364
365`--smp` `<integer> (1 - N)` ('default =' `1`)::
366
367The number of CPUs. Please use option -sockets instead.
368
369`--sockets` `<integer> (1 - N)` ('default =' `1`)::
370
371The number of CPU sockets.
372
373`--spice_enhancements` `[foldersharing=<1|0>] [,videostreaming=<off|all|filter>]` ::
374
375Configure additional enhancements for SPICE.
376
377`--sshkeys` `<filepath>` ::
378
379cloud-init: Setup public SSH keys (one key per line, OpenSSH format).
380
381`--start` `<boolean>` ('default =' `0`)::
382
383Start VM after it was created successfully.
384
385`--startdate` `(now | YYYY-MM-DD | YYYY-MM-DDTHH:MM:SS)` ('default =' `now`)::
386
387Set the initial date of the real time clock. Valid format for date are:'now' or '2006-06-17T16:01:21' or '2006-06-17'.
388
389`--startup` `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
390
391Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped.
392
393`--storage` `<string>` ::
394
395Default storage.
396
397`--tablet` `<boolean>` ('default =' `1`)::
398
399Enable/disable the USB tablet device.
400
401`--tags` `<string>` ::
402
403Tags of the VM. This is only meta information.
404
405`--tdf` `<boolean>` ('default =' `0`)::
406
407Enable/disable time drift fix.
408
409`--template` `<boolean>` ('default =' `0`)::
410
411Enable/disable Template.
412
413`--unique` `<boolean>` ::
414
415Assign a unique random ethernet address.
416+
417NOTE: Requires option(s): `archive`
418
419`--unused[n]` `[file=]<volume>` ::
420
421Reference to unused volumes. This is used internally, and should not be modified manually.
422
423`--usb[n]` `[host=]<HOSTUSBDEVICE|spice> [,usb3=<1|0>]` ::
424
425Configure an USB device (n is 0 to 4).
426
427`--vcpus` `<integer> (1 - N)` ('default =' `0`)::
428
429Number of hotplugged vcpus.
430
431`--vga` `[[type=]<enum>] [,memory=<integer>]` ::
432
433Configure the VGA hardware.
434
435`--virtio[n]` `[file=]<volume> [,aio=<native|threads>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,iothread=<1|0>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>]` ::
436
437Use volume as VIRTIO hard disk (n is 0 to 15).
438
439`--vmgenid` `<UUID>` ('default =' `1 (autogenerated)`)::
440
441Set VM Generation ID. Use '1' to autogenerate on create or update, pass '0' to disable explicitly.
442
443`--vmstatestorage` `<string>` ::
444
445Default storage for VM state volumes/files.
446
447`--watchdog` `[[model=]<i6300esb|ib700>] [,action=<enum>]` ::
448
449Create a virtual hardware watchdog device.
450
451*qm delsnapshot* `<vmid> <snapname>` `[OPTIONS]`
452
453Delete a VM snapshot.
454
455`<vmid>`: `<integer> (1 - N)` ::
456
457The (unique) ID of the VM.
458
459`<snapname>`: `<string>` ::
460
461The name of the snapshot.
462
463`--force` `<boolean>` ::
464
465For removal from config file, even if removing disk snapshots fails.
466
467*qm destroy* `<vmid>` `[OPTIONS]`
468
469Destroy the vm (also delete all used/owned volumes).
470
471`<vmid>`: `<integer> (1 - N)` ::
472
473The (unique) ID of the VM.
474
475`--purge` `<boolean>` ::
476
477Remove vmid from backup cron jobs.
478
479`--skiplock` `<boolean>` ::
480
481Ignore locks - only root is allowed to use this option.
482
483*qm guest cmd* `<vmid> <command>`
484
485Execute Qemu Guest Agent commands.
486
487`<vmid>`: `<integer> (1 - N)` ::
488
489The (unique) ID of the VM.
490
491`<command>`: `<fsfreeze-freeze | fsfreeze-status | fsfreeze-thaw | fstrim | get-fsinfo | get-host-name | get-memory-block-info | get-memory-blocks | get-osinfo | get-time | get-timezone | get-users | get-vcpus | info | network-get-interfaces | ping | shutdown | suspend-disk | suspend-hybrid | suspend-ram>` ::
492
493The QGA command.
494
495*qm guest exec* `<vmid> [<extra-args>]` `[OPTIONS]`
496
497Executes the given command via the guest agent
498
499`<vmid>`: `<integer> (1 - N)` ::
500
501The (unique) ID of the VM.
502
503`<extra-args>`: `<array>` ::
504
505Extra arguments as array
506
507`--pass-stdin` `<boolean>` ('default =' `0`)::
508
509When set, read STDIN until EOF and forward to guest agent via 'input-data' (usually treated as STDIN to process launched by guest agent). Allows maximal 1 MiB.
510
511`--synchronous` `<boolean>` ('default =' `1`)::
512
513If set to off, returns the pid immediately instead of waiting for the commmand to finish or the timeout.
514
515`--timeout` `<integer> (0 - N)` ('default =' `30`)::
516
517The maximum time to wait synchronously for the command to finish. If reached, the pid gets returned. Set to 0 to deactivate
518
519*qm guest exec-status* `<vmid> <pid>`
520
521Gets the status of the given pid started by the guest-agent
522
523`<vmid>`: `<integer> (1 - N)` ::
524
525The (unique) ID of the VM.
526
527`<pid>`: `<integer>` ::
528
529The PID to query
530
531*qm guest passwd* `<vmid> <username>` `[OPTIONS]`
532
533Sets the password for the given user to the given password
534
535`<vmid>`: `<integer> (1 - N)` ::
536
537The (unique) ID of the VM.
538
539`<username>`: `<string>` ::
540
541The user to set the password for.
542
543`--crypted` `<boolean>` ('default =' `0`)::
544
545set to 1 if the password has already been passed through crypt()
546
547*qm help* `[OPTIONS]`
548
549Get help about specified command.
550
551`--extra-args` `<array>` ::
552
553Shows help for a specific command
554
555`--verbose` `<boolean>` ::
556
557Verbose output format.
558
559*qm importdisk* `<vmid> <source> <storage>` `[OPTIONS]`
560
561Import an external disk image as an unused disk in a VM. The
562 image format has to be supported by qemu-img(1).
563
564`<vmid>`: `<integer> (1 - N)` ::
565
566The (unique) ID of the VM.
567
568`<source>`: `<string>` ::
569
570Path to the disk image to import
571
572`<storage>`: `<string>` ::
573
574Target storage ID
575
576`--format` `<qcow2 | raw | vmdk>` ::
577
578Target format
579
580*qm importovf* `<vmid> <manifest> <storage>` `[OPTIONS]`
581
582Create a new VM using parameters read from an OVF manifest
583
584`<vmid>`: `<integer> (1 - N)` ::
585
586The (unique) ID of the VM.
587
588`<manifest>`: `<string>` ::
589
590path to the ovf file
591
592`<storage>`: `<string>` ::
593
594Target storage ID
595
596`--dryrun` `<boolean>` ::
597
598Print a parsed representation of the extracted OVF parameters, but do not create a VM
599
600`--format` `<qcow2 | raw | vmdk>` ::
601
602Target format
603
604*qm list* `[OPTIONS]`
605
606Virtual machine index (per node).
607
608`--full` `<boolean>` ::
609
610Determine the full status of active VMs.
611
612*qm listsnapshot* `<vmid>`
613
614List all snapshots.
615
616`<vmid>`: `<integer> (1 - N)` ::
617
618The (unique) ID of the VM.
619
620*qm migrate* `<vmid> <target>` `[OPTIONS]`
621
622Migrate virtual machine. Creates a new migration task.
623
624`<vmid>`: `<integer> (1 - N)` ::
625
626The (unique) ID of the VM.
627
628`<target>`: `<string>` ::
629
630Target node.
631
632`--bwlimit` `<integer> (0 - N)` ('default =' `migrate limit from datacenter or storage config`)::
633
634Override I/O bandwidth limit (in KiB/s).
635
636`--force` `<boolean>` ::
637
638Allow to migrate VMs which use local devices. Only root may use this option.
639
640`--migration_network` `<string>` ::
641
642CIDR of the (sub) network that is used for migration.
643
644`--migration_type` `<insecure | secure>` ::
645
646Migration traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance.
647
648`--online` `<boolean>` ::
649
650Use online/live migration if VM is running. Ignored if VM is stopped.
651
652`--targetstorage` `<string>` ::
653
654Mapping from source to target storages. Providing only a single storage ID maps all source storages to that storage. Providing the special value '1' will map each source storage to itself.
655
656`--with-local-disks` `<boolean>` ::
657
658Enable live storage migration for local disk
659
660*qm monitor* `<vmid>`
661
662Enter Qemu Monitor interface.
663
664`<vmid>`: `<integer> (1 - N)` ::
665
666The (unique) ID of the VM.
667
668*qm move_disk* `<vmid> <disk> <storage>` `[OPTIONS]`
669
670Move volume to different storage.
671
672`<vmid>`: `<integer> (1 - N)` ::
673
674The (unique) ID of the VM.
675
676`<disk>`: `<efidisk0 | ide0 | ide1 | ide2 | ide3 | sata0 | sata1 | sata2 | sata3 | sata4 | sata5 | scsi0 | scsi1 | scsi10 | scsi11 | scsi12 | scsi13 | scsi14 | scsi15 | scsi16 | scsi17 | scsi18 | scsi19 | scsi2 | scsi20 | scsi21 | scsi22 | scsi23 | scsi24 | scsi25 | scsi26 | scsi27 | scsi28 | scsi29 | scsi3 | scsi30 | scsi4 | scsi5 | scsi6 | scsi7 | scsi8 | scsi9 | virtio0 | virtio1 | virtio10 | virtio11 | virtio12 | virtio13 | virtio14 | virtio15 | virtio2 | virtio3 | virtio4 | virtio5 | virtio6 | virtio7 | virtio8 | virtio9>` ::
677
678The disk you want to move.
679
680`<storage>`: `<string>` ::
681
682Target storage.
683
684`--bwlimit` `<integer> (0 - N)` ('default =' `move limit from datacenter or storage config`)::
685
686Override I/O bandwidth limit (in KiB/s).
687
688`--delete` `<boolean>` ('default =' `0`)::
689
690Delete the original disk after successful copy. By default the original disk is kept as unused disk.
691
692`--digest` `<string>` ::
693
694Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
695
696`--format` `<qcow2 | raw | vmdk>` ::
697
698Target Format.
699
700*qm mtunnel*
701
702Used by qmigrate - do not use manually.
703
704*qm nbdstop* `<vmid>`
705
706Stop embedded nbd server.
707
708`<vmid>`: `<integer> (1 - N)` ::
709
710The (unique) ID of the VM.
711
712*qm pending* `<vmid>`
713
714Get the virtual machine configuration with both current and pending values.
715
716`<vmid>`: `<integer> (1 - N)` ::
717
718The (unique) ID of the VM.
719
720*qm reboot* `<vmid>` `[OPTIONS]`
721
722Reboot the VM by shutting it down, and starting it again. Applies pending
723changes.
724
725`<vmid>`: `<integer> (1 - N)` ::
726
727The (unique) ID of the VM.
728
729`--timeout` `<integer> (0 - N)` ::
730
731Wait maximal timeout seconds for the shutdown.
732
733*qm rescan* `[OPTIONS]`
734
735Rescan all storages and update disk sizes and unused disk images.
736
737`--dryrun` `<boolean>` ('default =' `0`)::
738
739Do not actually write changes out to VM config(s).
740
741`--vmid` `<integer> (1 - N)` ::
742
743The (unique) ID of the VM.
744
745*qm reset* `<vmid>` `[OPTIONS]`
746
747Reset virtual machine.
748
749`<vmid>`: `<integer> (1 - N)` ::
750
751The (unique) ID of the VM.
752
753`--skiplock` `<boolean>` ::
754
755Ignore locks - only root is allowed to use this option.
756
757*qm resize* `<vmid> <disk> <size>` `[OPTIONS]`
758
759Extend volume size.
760
761`<vmid>`: `<integer> (1 - N)` ::
762
763The (unique) ID of the VM.
764
765`<disk>`: `<efidisk0 | ide0 | ide1 | ide2 | ide3 | sata0 | sata1 | sata2 | sata3 | sata4 | sata5 | scsi0 | scsi1 | scsi10 | scsi11 | scsi12 | scsi13 | scsi14 | scsi15 | scsi16 | scsi17 | scsi18 | scsi19 | scsi2 | scsi20 | scsi21 | scsi22 | scsi23 | scsi24 | scsi25 | scsi26 | scsi27 | scsi28 | scsi29 | scsi3 | scsi30 | scsi4 | scsi5 | scsi6 | scsi7 | scsi8 | scsi9 | virtio0 | virtio1 | virtio10 | virtio11 | virtio12 | virtio13 | virtio14 | virtio15 | virtio2 | virtio3 | virtio4 | virtio5 | virtio6 | virtio7 | virtio8 | virtio9>` ::
766
767The disk you want to resize.
768
769`<size>`: `\+?\d+(\.\d+)?[KMGT]?` ::
770
771The new size. With the `+` sign the value is added to the actual size of the volume and without it, the value is taken as an absolute one. Shrinking disk size is not supported.
772
773`--digest` `<string>` ::
774
775Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
776
777`--skiplock` `<boolean>` ::
778
779Ignore locks - only root is allowed to use this option.
780
781*qm resume* `<vmid>` `[OPTIONS]`
782
783Resume virtual machine.
784
785`<vmid>`: `<integer> (1 - N)` ::
786
787The (unique) ID of the VM.
788
789`--nocheck` `<boolean>` ::
790
791no description available
792
793`--skiplock` `<boolean>` ::
794
795Ignore locks - only root is allowed to use this option.
796
797*qm rollback* `<vmid> <snapname>`
798
799Rollback VM state to specified snapshot.
800
801`<vmid>`: `<integer> (1 - N)` ::
802
803The (unique) ID of the VM.
804
805`<snapname>`: `<string>` ::
806
807The name of the snapshot.
808
809*qm sendkey* `<vmid> <key>` `[OPTIONS]`
810
811Send key event to virtual machine.
812
813`<vmid>`: `<integer> (1 - N)` ::
814
815The (unique) ID of the VM.
816
817`<key>`: `<string>` ::
818
819The key (qemu monitor encoding).
820
821`--skiplock` `<boolean>` ::
822
823Ignore locks - only root is allowed to use this option.
824
825*qm set* `<vmid>` `[OPTIONS]`
826
827Set virtual machine options (synchrounous API) - You should consider using
828the POST method instead for any actions involving hotplug or storage
829allocation.
830
831`<vmid>`: `<integer> (1 - N)` ::
832
833The (unique) ID of the VM.
834
835`--acpi` `<boolean>` ('default =' `1`)::
836
837Enable/disable ACPI.
838
839`--agent` `[enabled=]<1|0> [,fstrim_cloned_disks=<1|0>] [,type=<virtio|isa>]` ::
840
841Enable/disable Qemu GuestAgent and its properties.
842
843`--arch` `<aarch64 | x86_64>` ::
844
845Virtual processor architecture. Defaults to the host.
846
847`--args` `<string>` ::
848
849Arbitrary arguments passed to kvm.
850
851`--audio0` `device=<ich9-intel-hda|intel-hda|AC97> [,driver=<spice>]` ::
852
853Configure a audio device, useful in combination with QXL/Spice.
854
855`--autostart` `<boolean>` ('default =' `0`)::
856
857Automatic restart after crash (currently ignored).
858
859`--balloon` `<integer> (0 - N)` ::
860
861Amount of target RAM for the VM in MB. Using zero disables the ballon driver.
862
863`--bios` `<ovmf | seabios>` ('default =' `seabios`)::
864
865Select BIOS implementation.
866
867`--boot` `[[legacy=]<[acdn]{1,4}>] [,order=<device[;device...]>]` ::
868
869Specify guest boot order. Use with 'order=', usage with no key or 'legacy=' is deprecated.
870
871`--bootdisk` `(ide|sata|scsi|virtio)\d+` ::
872
873Enable booting from specified disk. Deprecated: Use 'boot: order=foo;bar' instead.
874
875`--cdrom` `<volume>` ::
876
877This is an alias for option -ide2
878
879`--cicustom` `[meta=<volume>] [,network=<volume>] [,user=<volume>]` ::
880
881cloud-init: Specify custom files to replace the automatically generated ones at start.
882
883`--cipassword` `<password>` ::
884
885cloud-init: Password to assign the user. Using this is generally not recommended. Use ssh keys instead. Also note that older cloud-init versions do not support hashed passwords.
886
887`--citype` `<configdrive2 | nocloud>` ::
888
889Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
890
891`--ciuser` `<string>` ::
892
893cloud-init: User name to change ssh keys and password for instead of the image's configured default user.
894
895`--cores` `<integer> (1 - N)` ('default =' `1`)::
896
897The number of cores per socket.
898
899`--cpu` `[[cputype=]<string>] [,flags=<+FLAG[;-FLAG...]>] [,hidden=<1|0>] [,hv-vendor-id=<vendor-id>] [,phys-bits=<8-64|host>] [,reported-model=<enum>]` ::
900
901Emulated CPU type.
902
903`--cpulimit` `<number> (0 - 128)` ('default =' `0`)::
904
905Limit of CPU usage.
906
907`--cpuunits` `<integer> (2 - 262144)` ('default =' `1024`)::
908
909CPU weight for a VM.
910
911`--delete` `<string>` ::
912
913A list of settings you want to delete.
914
915`--description` `<string>` ::
916
917Description for the VM. Only used on the configuration web interface. This is saved as comment inside the configuration file.
918
919`--digest` `<string>` ::
920
921Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.
922
923`--efidisk0` `[file=]<volume> [,format=<enum>] [,size=<DiskSize>]` ::
924
925Configure a Disk for storing EFI vars
926
927`--force` `<boolean>` ::
928
929Force physical removal. Without this, we simple remove the disk from the config file and create an additional configuration entry called 'unused[n]', which contains the volume ID. Unlink of unused[n] always cause physical removal.
930+
931NOTE: Requires option(s): `delete`
932
933`--freeze` `<boolean>` ::
934
935Freeze CPU at startup (use 'c' monitor command to start execution).
936
937`--hookscript` `<string>` ::
938
939Script that will be executed during various steps in the vms lifetime.
940
941`--hostpci[n]` `[host=]<HOSTPCIID[;HOSTPCIID2...]> [,legacy-igd=<1|0>] [,mdev=<string>] [,pcie=<1|0>] [,rombar=<1|0>] [,romfile=<string>] [,x-vga=<1|0>]` ::
942
943Map host PCI devices into guest.
944
945`--hotplug` `<string>` ('default =' `network,disk,usb`)::
946
947Selectively enable hotplug features. This is a comma separated list of hotplug features: 'network', 'disk', 'cpu', 'memory' and 'usb'. Use '0' to disable hotplug completely. Value '1' is an alias for the default 'network,disk,usb'.
948
949`--hugepages` `<1024 | 2 | any>` ::
950
951Enable/disable hugepages memory.
952
953`--ide[n]` `[file=]<volume> [,aio=<native|threads>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,model=<model>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>] [,wwn=<wwn>]` ::
954
955Use volume as IDE hard disk or CD-ROM (n is 0 to 3).
956
957`--ipconfig[n]` `[gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,ip=<IPv4Format/CIDR>] [,ip6=<IPv6Format/CIDR>]` ::
958
959cloud-init: Specify IP addresses and gateways for the corresponding interface.
960+
961IP addresses use CIDR notation, gateways are optional but need an IP of the same type specified.
962+
963The special string 'dhcp' can be used for IP addresses to use DHCP, in which case no explicit
964gateway should be provided.
965For IPv6 the special string 'auto' can be used to use stateless autoconfiguration.
966+
967If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, it defaults to using
968dhcp on IPv4.
969
970`--ivshmem` `size=<integer> [,name=<string>]` ::
971
972Inter-VM shared memory. Useful for direct communication between VMs, or to the host.
973
974`--keephugepages` `<boolean>` ('default =' `0`)::
975
976Use together with hugepages. If enabled, hugepages will not not be deleted after VM shutdown and can be used for subsequent starts.
977
978`--keyboard` `<da | de | de-ch | en-gb | en-us | es | fi | fr | fr-be | fr-ca | fr-ch | hu | is | it | ja | lt | mk | nl | no | pl | pt | pt-br | sl | sv | tr>` ::
979
980Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.cfg' configuration file.It should not be necessary to set it.
981
982`--kvm` `<boolean>` ('default =' `1`)::
983
984Enable/disable KVM hardware virtualization.
985
986`--localtime` `<boolean>` ::
987
988Set the real time clock to local time. This is enabled by default if ostype indicates a Microsoft OS.
989
990`--lock` `<backup | clone | create | migrate | rollback | snapshot | snapshot-delete | suspended | suspending>` ::
991
992Lock/unlock the VM.
993
994`--machine` `(pc|pc(-i440fx)?-\d+(\.\d+)+(\+pve\d+)?(\.pxe)?|q35|pc-q35-\d+(\.\d+)+(\+pve\d+)?(\.pxe)?|virt(?:-\d+(\.\d+)+)?(\+pve\d+)?)` ::
995
996Specifies the Qemu machine type.
997
998`--memory` `<integer> (16 - N)` ('default =' `512`)::
999
1000Amount of RAM for the VM in MB. This is the maximum available memory when you use the balloon device.
1001
1002`--migrate_downtime` `<number> (0 - N)` ('default =' `0.1`)::
1003
1004Set maximum tolerated downtime (in seconds) for migrations.
1005
1006`--migrate_speed` `<integer> (0 - N)` ('default =' `0`)::
1007
1008Set maximum speed (in MB/s) for migrations. Value 0 is no limit.
1009
1010`--name` `<string>` ::
1011
1012Set a name for the VM. Only used on the configuration web interface.
1013
1014`--nameserver` `<string>` ::
1015
1016cloud-init: Sets DNS server IP address for a container. Create will'
1017 .' automatically use the setting from the host if neither searchdomain nor nameserver'
1018 .' are set.
1019
1020`--net[n]` `[model=]<enum> [,bridge=<bridge>] [,firewall=<1|0>] [,link_down=<1|0>] [,macaddr=<XX:XX:XX:XX:XX:XX>] [,mtu=<integer>] [,queues=<integer>] [,rate=<number>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,<model>=<macaddr>]` ::
1021
1022Specify network devices.
1023
1024`--numa` `<boolean>` ('default =' `0`)::
1025
1026Enable/disable NUMA.
1027
1028`--numa[n]` `cpus=<id[-id];...> [,hostnodes=<id[-id];...>] [,memory=<number>] [,policy=<preferred|bind|interleave>]` ::
1029
1030NUMA topology.
1031
1032`--onboot` `<boolean>` ('default =' `0`)::
1033
1034Specifies whether a VM will be started during system bootup.
1035
1036`--ostype` `<l24 | l26 | other | solaris | w2k | w2k3 | w2k8 | win10 | win7 | win8 | wvista | wxp>` ::
1037
1038Specify guest operating system.
1039
1040`--parallel[n]` `/dev/parport\d+|/dev/usb/lp\d+` ::
1041
1042Map host parallel devices (n is 0 to 2).
1043
1044`--protection` `<boolean>` ('default =' `0`)::
1045
1046Sets the protection flag of the VM. This will disable the remove VM and remove disk operations.
1047
1048`--reboot` `<boolean>` ('default =' `1`)::
1049
1050Allow reboot. If set to '0' the VM exit on reboot.
1051
1052`--revert` `<string>` ::
1053
1054Revert a pending change.
1055
1056`--rng0` `[source=]</dev/urandom|/dev/random|/dev/hwrng> [,max_bytes=<integer>] [,period=<integer>]` ::
1057
1058Configure a VirtIO-based Random Number Generator.
1059
1060`--sata[n]` `[file=]<volume> [,aio=<native|threads>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>] [,wwn=<wwn>]` ::
1061
1062Use volume as SATA hard disk or CD-ROM (n is 0 to 5).
1063
1064`--scsi[n]` `[file=]<volume> [,aio=<native|threads>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,iothread=<1|0>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,queues=<integer>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,scsiblock=<1|0>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,ssd=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>] [,wwn=<wwn>]` ::
1065
1066Use volume as SCSI hard disk or CD-ROM (n is 0 to 30).
1067
1068`--scsihw` `<lsi | lsi53c810 | megasas | pvscsi | virtio-scsi-pci | virtio-scsi-single>` ('default =' `lsi`)::
1069
1070SCSI controller model
1071
1072`--searchdomain` `<string>` ::
1073
1074cloud-init: Sets DNS search domains for a container. Create will'
1075 .' automatically use the setting from the host if neither searchdomain nor nameserver'
1076 .' are set.
1077
1078`--serial[n]` `(/dev/.+|socket)` ::
1079
1080Create a serial device inside the VM (n is 0 to 3)
1081
1082`--shares` `<integer> (0 - 50000)` ('default =' `1000`)::
1083
1084Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd.
1085
1086`--skiplock` `<boolean>` ::
1087
1088Ignore locks - only root is allowed to use this option.
1089
1090`--smbios1` `[base64=<1|0>] [,family=<Base64 encoded string>] [,manufacturer=<Base64 encoded string>] [,product=<Base64 encoded string>] [,serial=<Base64 encoded string>] [,sku=<Base64 encoded string>] [,uuid=<UUID>] [,version=<Base64 encoded string>]` ::
1091
1092Specify SMBIOS type 1 fields.
1093
1094`--smp` `<integer> (1 - N)` ('default =' `1`)::
1095
1096The number of CPUs. Please use option -sockets instead.
1097
1098`--sockets` `<integer> (1 - N)` ('default =' `1`)::
1099
1100The number of CPU sockets.
1101
1102`--spice_enhancements` `[foldersharing=<1|0>] [,videostreaming=<off|all|filter>]` ::
1103
1104Configure additional enhancements for SPICE.
1105
1106`--sshkeys` `<filepath>` ::
1107
1108cloud-init: Setup public SSH keys (one key per line, OpenSSH format).
1109
1110`--startdate` `(now | YYYY-MM-DD | YYYY-MM-DDTHH:MM:SS)` ('default =' `now`)::
1111
1112Set the initial date of the real time clock. Valid format for date are:'now' or '2006-06-17T16:01:21' or '2006-06-17'.
1113
1114`--startup` `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
1115
1116Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped.
1117
1118`--tablet` `<boolean>` ('default =' `1`)::
1119
1120Enable/disable the USB tablet device.
1121
1122`--tags` `<string>` ::
1123
1124Tags of the VM. This is only meta information.
1125
1126`--tdf` `<boolean>` ('default =' `0`)::
1127
1128Enable/disable time drift fix.
1129
1130`--template` `<boolean>` ('default =' `0`)::
1131
1132Enable/disable Template.
1133
1134`--unused[n]` `[file=]<volume>` ::
1135
1136Reference to unused volumes. This is used internally, and should not be modified manually.
1137
1138`--usb[n]` `[host=]<HOSTUSBDEVICE|spice> [,usb3=<1|0>]` ::
1139
1140Configure an USB device (n is 0 to 4).
1141
1142`--vcpus` `<integer> (1 - N)` ('default =' `0`)::
1143
1144Number of hotplugged vcpus.
1145
1146`--vga` `[[type=]<enum>] [,memory=<integer>]` ::
1147
1148Configure the VGA hardware.
1149
1150`--virtio[n]` `[file=]<volume> [,aio=<native|threads>] [,backup=<1|0>] [,bps=<bps>] [,bps_max_length=<seconds>] [,bps_rd=<bps>] [,bps_rd_max_length=<seconds>] [,bps_wr=<bps>] [,bps_wr_max_length=<seconds>] [,cache=<enum>] [,cyls=<integer>] [,detect_zeroes=<1|0>] [,discard=<ignore|on>] [,format=<enum>] [,heads=<integer>] [,iops=<iops>] [,iops_max=<iops>] [,iops_max_length=<seconds>] [,iops_rd=<iops>] [,iops_rd_max=<iops>] [,iops_rd_max_length=<seconds>] [,iops_wr=<iops>] [,iops_wr_max=<iops>] [,iops_wr_max_length=<seconds>] [,iothread=<1|0>] [,mbps=<mbps>] [,mbps_max=<mbps>] [,mbps_rd=<mbps>] [,mbps_rd_max=<mbps>] [,mbps_wr=<mbps>] [,mbps_wr_max=<mbps>] [,media=<cdrom|disk>] [,replicate=<1|0>] [,rerror=<ignore|report|stop>] [,secs=<integer>] [,serial=<serial>] [,shared=<1|0>] [,size=<DiskSize>] [,snapshot=<1|0>] [,trans=<none|lba|auto>] [,werror=<enum>]` ::
1151
1152Use volume as VIRTIO hard disk (n is 0 to 15).
1153
1154`--vmgenid` `<UUID>` ('default =' `1 (autogenerated)`)::
1155
1156Set VM Generation ID. Use '1' to autogenerate on create or update, pass '0' to disable explicitly.
1157
1158`--vmstatestorage` `<string>` ::
1159
1160Default storage for VM state volumes/files.
1161
1162`--watchdog` `[[model=]<i6300esb|ib700>] [,action=<enum>]` ::
1163
1164Create a virtual hardware watchdog device.
1165
1166*qm showcmd* `<vmid>` `[OPTIONS]`
1167
1168Show command line which is used to start the VM (debug info).
1169
1170`<vmid>`: `<integer> (1 - N)` ::
1171
1172The (unique) ID of the VM.
1173
1174`--pretty` `<boolean>` ('default =' `0`)::
1175
1176Puts each option on a new line to enhance human readability
1177
1178`--snapshot` `<string>` ::
1179
1180Fetch config values from given snapshot.
1181
1182*qm shutdown* `<vmid>` `[OPTIONS]`
1183
1184Shutdown virtual machine. This is similar to pressing the power button on a
1185physical machine.This will send an ACPI event for the guest OS, which
1186should then proceed to a clean shutdown.
1187
1188`<vmid>`: `<integer> (1 - N)` ::
1189
1190The (unique) ID of the VM.
1191
1192`--forceStop` `<boolean>` ('default =' `0`)::
1193
1194Make sure the VM stops.
1195
1196`--keepActive` `<boolean>` ('default =' `0`)::
1197
1198Do not deactivate storage volumes.
1199
1200`--skiplock` `<boolean>` ::
1201
1202Ignore locks - only root is allowed to use this option.
1203
1204`--timeout` `<integer> (0 - N)` ::
1205
1206Wait maximal timeout seconds.
1207
1208*qm snapshot* `<vmid> <snapname>` `[OPTIONS]`
1209
1210Snapshot a VM.
1211
1212`<vmid>`: `<integer> (1 - N)` ::
1213
1214The (unique) ID of the VM.
1215
1216`<snapname>`: `<string>` ::
1217
1218The name of the snapshot.
1219
1220`--description` `<string>` ::
1221
1222A textual description or comment.
1223
1224`--vmstate` `<boolean>` ::
1225
1226Save the vmstate
1227
1228*qm start* `<vmid>` `[OPTIONS]`
1229
1230Start virtual machine.
1231
1232`<vmid>`: `<integer> (1 - N)` ::
1233
1234The (unique) ID of the VM.
1235
1236`--force-cpu` `<string>` ::
1237
1238Override QEMU's -cpu argument with the given string.
1239
1240`--machine` `(pc|pc(-i440fx)?-\d+(\.\d+)+(\+pve\d+)?(\.pxe)?|q35|pc-q35-\d+(\.\d+)+(\+pve\d+)?(\.pxe)?|virt(?:-\d+(\.\d+)+)?(\+pve\d+)?)` ::
1241
1242Specifies the Qemu machine type.
1243
1244`--migratedfrom` `<string>` ::
1245
1246The cluster node name.
1247
1248`--migration_network` `<string>` ::
1249
1250CIDR of the (sub) network that is used for migration.
1251
1252`--migration_type` `<insecure | secure>` ::
1253
1254Migration traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance.
1255
1256`--skiplock` `<boolean>` ::
1257
1258Ignore locks - only root is allowed to use this option.
1259
1260`--stateuri` `<string>` ::
1261
1262Some command save/restore state from this location.
1263
1264`--targetstorage` `<string>` ::
1265
1266Mapping from source to target storages. Providing only a single storage ID maps all source storages to that storage. Providing the special value '1' will map each source storage to itself.
1267
1268`--timeout` `<integer> (0 - N)` ('default =' `max(30, vm memory in GiB)`)::
1269
1270Wait maximal timeout seconds.
1271
1272*qm status* `<vmid>` `[OPTIONS]`
1273
1274Show VM status.
1275
1276`<vmid>`: `<integer> (1 - N)` ::
1277
1278The (unique) ID of the VM.
1279
1280`--verbose` `<boolean>` ::
1281
1282Verbose output format
1283
1284*qm stop* `<vmid>` `[OPTIONS]`
1285
1286Stop virtual machine. The qemu process will exit immediately. Thisis akin
1287to pulling the power plug of a running computer and may damage the VM data
1288
1289`<vmid>`: `<integer> (1 - N)` ::
1290
1291The (unique) ID of the VM.
1292
1293`--keepActive` `<boolean>` ('default =' `0`)::
1294
1295Do not deactivate storage volumes.
1296
1297`--migratedfrom` `<string>` ::
1298
1299The cluster node name.
1300
1301`--skiplock` `<boolean>` ::
1302
1303Ignore locks - only root is allowed to use this option.
1304
1305`--timeout` `<integer> (0 - N)` ::
1306
1307Wait maximal timeout seconds.
1308
1309*qm suspend* `<vmid>` `[OPTIONS]`
1310
1311Suspend virtual machine.
1312
1313`<vmid>`: `<integer> (1 - N)` ::
1314
1315The (unique) ID of the VM.
1316
1317`--skiplock` `<boolean>` ::
1318
1319Ignore locks - only root is allowed to use this option.
1320
1321`--statestorage` `<string>` ::
1322
1323The storage for the VM state
1324+
1325NOTE: Requires option(s): `todisk`
1326
1327`--todisk` `<boolean>` ('default =' `0`)::
1328
1329If set, suspends the VM to disk. Will be resumed on next VM start.
1330
1331*qm template* `<vmid>` `[OPTIONS]`
1332
1333Create a Template.
1334
1335`<vmid>`: `<integer> (1 - N)` ::
1336
1337The (unique) ID of the VM.
1338
1339`--disk` `<efidisk0 | ide0 | ide1 | ide2 | ide3 | sata0 | sata1 | sata2 | sata3 | sata4 | sata5 | scsi0 | scsi1 | scsi10 | scsi11 | scsi12 | scsi13 | scsi14 | scsi15 | scsi16 | scsi17 | scsi18 | scsi19 | scsi2 | scsi20 | scsi21 | scsi22 | scsi23 | scsi24 | scsi25 | scsi26 | scsi27 | scsi28 | scsi29 | scsi3 | scsi30 | scsi4 | scsi5 | scsi6 | scsi7 | scsi8 | scsi9 | virtio0 | virtio1 | virtio10 | virtio11 | virtio12 | virtio13 | virtio14 | virtio15 | virtio2 | virtio3 | virtio4 | virtio5 | virtio6 | virtio7 | virtio8 | virtio9>` ::
1340
1341If you want to convert only 1 disk to base image.
1342
1343*qm terminal* `<vmid>` `[OPTIONS]`
1344
1345Open a terminal using a serial device (The VM need to have a serial device
1346configured, for example 'serial0: socket')
1347
1348`<vmid>`: `<integer> (1 - N)` ::
1349
1350The (unique) ID of the VM.
1351
1352`--escape` `<string>` ('default =' `^O`)::
1353
1354Escape character.
1355
1356`--iface` `<serial0 | serial1 | serial2 | serial3>` ::
1357
1358Select the serial device. By default we simply use the first suitable device.
1359
1360*qm unlink* `<vmid> --idlist <string>` `[OPTIONS]`
1361
1362Unlink/delete disk images.
1363
1364`<vmid>`: `<integer> (1 - N)` ::
1365
1366The (unique) ID of the VM.
1367
1368`--force` `<boolean>` ::
1369
1370Force physical removal. Without this, we simple remove the disk from the config file and create an additional configuration entry called 'unused[n]', which contains the volume ID. Unlink of unused[n] always cause physical removal.
1371
1372`--idlist` `<string>` ::
1373
1374A list of disk IDs you want to delete.
1375
1376*qm unlock* `<vmid>`
1377
1378Unlock the VM.
1379
1380`<vmid>`: `<integer> (1 - N)` ::
1381
1382The (unique) ID of the VM.
1383
1384*qm vncproxy* `<vmid>`
1385
1386Proxy VM VNC traffic to stdin/stdout
1387
1388`<vmid>`: `<integer> (1 - N)` ::
1389
1390The (unique) ID of the VM.
1391
1392*qm wait* `<vmid>` `[OPTIONS]`
1393
1394Wait until the VM is stopped.
1395
1396`<vmid>`: `<integer> (1 - N)` ::
1397
1398The (unique) ID of the VM.
1399
1400`--timeout` `<integer> (1 - N)` ::
1401
1402Timeout in seconds. Default is to wait forever.
1403
1404