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.
Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
type | STRING | Reasoner type. For example, 'logic'. |
reasoner_size | STRING | Reasoner size (instance family), for example 'HIGHMEM_X64_S'. |
Returns
Section titled “Returns”STRING
Example
Section titled “Example”Disable warm logic reasoners of size HIGHMEM_X64_S:
CALL relationalai.app.disable_warm_reasoner('logic', 'HIGHMEM_X64_S');