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, lsSteps
Follow the steps below to run and view the result of this command:
Ensure that you already have a valid Project ID. Refer to the Project List section to obtain your project ID.
Run the following command in your terminal:
cldkctl baremetal list --project [project ID]Replace
[project ID]with your actual project ID.The terminal will display a table containing all bare metal servers under your project.

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