engines:suspend#
#rai engines:suspend [OPTIONS]
Suspends an active RelationalAI (RAI) engine.
Requires the eng_admin
application role.
Options#
Option | Type | Description |
---|---|---|
--name | Text | The name of the engine to suspend. |
Example#
Use the engines:suspend
command to manually suspend a RAI engine:
#$ 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.