engines:create#
#rai engines:create [OPTIONS]
Creates a new RelationalAI (RAI) engine.
Requires the eng_admin
application role.
Options#
Option | Type | Description |
---|---|---|
--name | Text | The name of the engine. Must be at least three characters, begin with a letter, and may only contain letters, numbers, and underscores. If missing, you are prompted to enter the name interactively. |
--size | Text | The size of the engine. Must be one of:
|
Example#
Use the engines:create
command to create a RAI engine:
#$ rai engines:create --name my_engine --size HIGHMEM_X64_S
---------------------------------------------------
▰▰▰▰ Engine 'my_engine' created!
---------------------------------------------------
NOTE
The engines:create
command blocks until the engine is ready, which may take several minutes.
See Compute Resources for more information on RAI engines and engine management.