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.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”STRING
Example
Section titled “Example”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.