Skip to content

relationalai.app.unschedule_upgrade()

unschedule_upgrade()

A procedure that disables automatic engine upgrades for the RelationalAI (RAI) Native App. Requires the app_admin application role.

None.

STRING

Use the app.unschedule_upgrade() procedure to disable automatic engine upgrades for the RAI Native App:

-- Disable automatic upgrades.
CALL relationalai.app.unschedule_upgrade();
/* +-------------------------------------+
| Upgrade task cancelled successfully |
+-------------------------------------+ */

To re-enable automatic upgrades, call app.schedule_upgrade(). See Upgrades for more information on upgrading the RAI Native App.