runai compute describe
runai compute describe [COMPUTE_NAME] [flags]Examples
# Describe a compute resource asset with a default project
runai compute describe compute-large
# Describe a compute resource asset in a specific project
runai compute describe compute-large -p <project_name>
# Describe a compute resource asset with specific output format
runai compute describe compute-large -o jsonOptions
-h, --help help for describe
-o, --output string Output format: table, json, or yaml. Default is table. (default "table")
-p, --project string Specify the project. Higher-scope compute-resources in the same tenant are included. Use runai project set <project> to set the defaultOptions inherited from parent commands
SEE ALSO
Last updated