Skip to content

This feature is currently in Preview.

relationalai.app.enable_warm_reasoner()

enable_warm_reasoner(type STRING, reasoner_size STRING)

A procedure that enables a warm reasoner for the specified reasoner type and size. Warm reasoners are pre-provisioned and kept running so that creating/resuming a reasoner can be faster. Requires the app_admin application role.

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

STRING

Enable a warm logic reasoner of size HIGHMEM_X64_S:

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

See Warm Reasoners for limitations and operational details.