Skip to content

engines:list

Terminal window
rai engines:list [OPTIONS]

Displays details for all RelationalAI (RAI) engines running in the RAI Native App. Requires the eng_user application role.

OptionTypeDescription
--stateTextFilters engines by state. May be one of:
  • READY
  • PENDING
  • SUSPENDED
  • UPGRADING

Use the engines:list command to list all RAI engines:

Terminal window
$ rai engines:list
---------------------------------------------------
Name Size State
────────────────────────────────────────
my_engine1 HIGHMEM_X64_S READY
my_engine2 HIGHMEM_X64_M READY
test_engine HIGHMEM_X64_S PENDING
---------------------------------------------------

Use the --state option to filter the list by the state of the engine:

Terminal window
$ rai engines:list --state ready
---------------------------------------------------
Name Size State
────────────────────────────────────────
my_engine1 HIGHMEM_X64_S READY
my_engine2 HIGHMEM_X64_M READY
---------------------------------------------------

See Compute Resources for more information on RAI engines and engine management.