list
The cldkctl vm list command retrieves a list of all virtual machines (VMs) in your cluster. This command displays essential details such as VM name, status, readiness, and age.
Usage
cldkctl vm list [flags]Aliases
list, lsSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
./cldkctl vm listWait for the command to execute. The system will fetch and display all active VMs under your current project or namespace.
Review the output table that contains essential details, including the VM namespace, name, status, readiness, and age.
Use the flags as needed, for example, --project to filter the results by a specific project ID.

Namespace
Indicates the namespace in which the virtual machine resides.
Name
The name of the virtual machine.
Status
Shows the current state of the VM.
Ready
Displays whether the VM is ready or not.
Age
Indicates how long ago the virtual machine was created.
Flags
-h, --help
Help for the vm list command.
-p, --project string
Specify the project ID.
Last updated
