runai compute list
runai compute list [flags]Examples
# List all compute resource assets
runai compute list -A
# List compute resource assets in a specific project
runai compute list -p <project_name>
# List compute resource assets with a specific output format
runai compute list --yamlOptions
-A, --all Show resources from all projects
--columns strings Specify which columns to display (comma-separated list)
-h, --help help for list
--json Output structure JSON
--no-headers Output structure table without headers
-p, --project string Specify the project. Higher-scope compute-resources in the same tenant are included. Use runai project set <project> to set the default
--raw Return the unprocessed response from the API call
--set-default-columns [Experimental] Set the columns flag value to the default output
--table Output structure table
--yaml Output structure YAMLOptions inherited from parent commands
SEE ALSO
Last updated