Page cover

list

The baremetal list command retrieves a list of all bare metal servers in your project. This command displays essential information such as the server name, creation date, status, and other details to help you monitor and manage your bare metal resources.

Usage

cldkctl baremetal list [flags]

Aliases

list, ls

Steps

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

  1. Ensure that you already have a valid Project ID. Refer to the Project List section to obtain your project ID.

  2. Run the following command in your terminal:

cldkctl baremetal list --project [project ID]
  1. Replace [project ID] with your actual project ID.

  2. The terminal will display a table containing all bare metal servers under your project.

Column
Description

Name

Displays the name of the bare metal instance.

Created At

Shows the date and time when the instance was created (in UTC format).

Services

Displays associated services (if any).

Public Status

Indicates the current public status of the instance.

Flags

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

Flag
Description

-h, --help

Help for baremetal list command.

--limit string

Specify the number of results per page.

--page string

Specify the page number.

-p, --project string

Specify the project ID.

-s, --status string

Specify the status to filter the results.

Last updated