list
Usage
cldkctl flexi instance list [flags]Aliases
list, lsSteps
cldkctl flexi instance list 
Column
Description
Flags
Flag
Description
Last updated

Retrieve a list of flexi instances in your project. This command provides details such as name, status, and more.
cldkctl flexi instance list [flags]list, lsFollow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl flexi instance list The terminal displays the command output.

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.
This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the list command.
-p, --project string
Specify project ID.
Last updated