Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

list

Retrieve a list of flexi instances in your project. This command provides details such as name, status, and more.

Usage

cldkctl flexi instance 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 flexi instance list 
  1. The terminal displays the command output.

Column
Description

Instance ID

The unique identifier of the instance.

Name

The name of the instance.

Billing Type

The billing model used for the instance, such as Pay Per Use (PPU) or Trial.

vCPU

The number of virtual CPUs allocated to the instance.

RAM

The amount of memory allocated to the instance.

Root Disk

The size and type of the root disk attached to the instance.

OS

The operating system installed on the instance.

Region

The region where the instance is deployed.

Created

The date when the instance was created.

Status

The current status of the instance.

Flags

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

Flag
Description

-h, --help

Help for the list command.

-p, --project string

Specify project ID.

Last updated