Skip to content

engines:resume

Terminal window
rai engines:resume [OPTIONS]

Resumes a suspended RelationalAI (RAI) engine. Requires the eng_admin application role.

OptionTypeDescription
--nameTextThe name of the suspended engine.

Use the engines:resume command to resume a RAI engine that has been suspended due to inactivity:

Terminal window
$ rai engines:resume --name my_engine
---------------------------------------------------
▰▰▰▰ Engine 'my_engine' resumed
---------------------------------------------------

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