Skip to content

relationalai.app.disable_warm_reasoner()

disable_warm_reasoner(type STRING, reasoner_size STRING)

A procedure that disables warm reasoners for the specified reasoner type and size. Requires the app_admin application role.

NameTypeDescription
typeSTRINGReasoner type. For example, 'logic'.
reasoner_sizeSTRINGReasoner size (instance family), for example 'HIGHMEM_X64_S'.

STRING

Disable warm logic reasoners of size HIGHMEM_X64_S:

CALL relationalai.app.disable_warm_reasoner('logic', 'HIGHMEM_X64_S');