Page cover

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, ls

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

./cldkctl vm list
  1. Wait for the command to execute. The system will fetch and display all active VMs under your current project or namespace.

  2. Review the output table that contains essential details, including the VM namespace, name, status, readiness, and age.

  3. Use the flags as needed, for example, --project to filter the results by a specific project ID.

Column
Description

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

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

-h, --help

Help for the vm list command.

-p, --project string

Specify the project ID.

Last updated