engines:resume
rai engines:resume [OPTIONS]
Resumes a suspended RelationalAI (RAI) engine.
Requires the eng_admin
application role.
Options
Section titled “Options”Option | Type | Description |
---|---|---|
--name | Text | The name of the suspended engine. |
Example
Section titled “Example”Use the engines:resume
command to resume a RAI engine that has been suspended due to inactivity:
$ rai engines:resume --name my_engine
---------------------------------------------------
▰▰▰▰ Engine 'my_engine' resumed
---------------------------------------------------
See Compute Resources for more information on RAI engines and engine management.