Forrest logo
back to the qm tool

qm-create:tldr:428bd

qm-create: Automatically start the machine after creation.
$ qm create ${100} --start 1
try on your machine

The given command seems to be a command-line command using the "qm" utility.

The command is composed of three parts:

  1. "qm create": This is the main command to create something using the "qm" utility. The "qm" utility is often used to manage and control virtual machines in the Proxmox Virtual Environment (PVE).

  2. "${100}": This is a parameter or argument passed to the "qm create" command. The exact meaning of this parameter depends on the purpose and usage of the "qm create" command in the specific system or context. It could refer to a unique identifier or name for the new virtual machine being created.

  3. "--start 1": This is an additional option or flag passed to the "qm create" command. Again, the exact meaning of this option depends on the specific system or context, but it likely indicates that the created virtual machine should be started immediately after creation. The "1" could be a value indicating the start order or priority of the virtual machine.

Overall, without more context or knowledge of the specific system or environment where this command is being used, it is difficult to provide a more precise explanation of its purpose and effect.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the qm tool