engines:create#

#rai engines:create [OPTIONS]

Creates a new RelationalAI (RAI) engine. Requires the eng_admin application role.

Options#

OptionTypeDescription
--nameTextThe 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.
--sizeTextThe size of the engine. Must be one of:
  • HIGHMEM_X64_S
  • HIGHMEM_X64_M
If missing, you are prompted to select the size interactively.

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.

See Also#