Skip to content

engines:suspend

Terminal window
rai engines:suspend [OPTIONS]

Suspends an active RelationalAI (RAI) engine. Requires the eng_admin application role.

OptionTypeDescription
--nameTextThe name of the engine to suspend.

Use the engines:suspend command to manually suspend a RAI engine:

Terminal window
$ rai engines:suspend --name my_engine
---------------------------------------------------
▰▰▰▰ Engine 'my_engine' suspended
---------------------------------------------------

While an engine is suspended, no transactions can be executed on it. See Engine Suspension for more information.