engines:list#
#rai engines:list [OPTIONS]
Displays details for all RelationalAI (RAI) engines running in the RAI Native App.
Requires the eng_user
application role.
Options#
Option | Type | Description |
---|---|---|
--state | Text | Filters engines by state. May be one of:
|
Example#
Use the engines:list
command to list all RAI engines:
#$ 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:
#$ 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.