Skip to content

cancel_job()

relationalai.api
cancel_job(reasoner_type STRING, id STRING)

A procedure that cancels a running or queued job. Requires the all_schema_rw application role.

NameTypeDescription
reasoner_typeSTRINGReasoner type (for example, 'predictive').
idSTRINGJob ID.

STRING

Cancel a job:

CALL relationalai.api.cancel_job('predictive', 'abc123');