Skip to content

relationalai.api.suspend_reasoner()

suspend_reasoner(type STRING, name STRING)

A procedure that suspends a running reasoner. Suspended reasoners do not consume compute resources. Requires the eng_admin application role.

NameTypeDescription
typeSTRINGReasoner type. Valid values: 'logic', 'prescriptive', 'predictive'. Case-insensitive.
nameSTRINGReasoner name (case-sensitive).

A table with the following columns:

ColumnTypeDescription
NAMESTRINGReasoner name.
TYPESTRINGReasoner type.
MESSAGESTRINGA message describing the result.

Suspend a logic reasoner named my_reasoner:

CALL relationalai.api.suspend_reasoner('logic', 'my_reasoner');