start
The cldkctl vm start command powers on a virtual machine (VM) by specifying its name. This command initializes the VM, allocates required resources such as CPU, memory, and network, and sets the VM to a running state. It is used to start a VM that is currently in a Stopped state. Ensure that you have the appropriate permissions to perform this action, and that the VM is in a stopped condition before attempting to start it.
Usage
cldkctl vm start [name] [flags]Aliases
start, turn-on, onSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal and replace <vm_name> with your virtual machine name.
./cldkctl vm start <vm_name>Ensure that you have the necessary permissions to perform this operation and that the virtual machine is currently in a Stopped state.
Once executed, the system initializes the VM, allocates CPU, memory, and network resources, and transitions the VM to a Running state.
Once the VM has successfully started, a confirmation message “Virtual Machine started” will appear in the terminal

Flags
-h, --help
Help for the command.
-n, --namespace string
Specifies the cluster namespace to scope the operation.
-p, --project string
Specifies the project ID.
Last updated
