activate()#

relationalai.app
#activate()

Activates the RelationalAI (RAI) Native App on Snowpark Container Services. Requires the app_admin application role.

Example#

To activate the RAI Native App after installing it, or to re-activate an app that has been deactivated, use the activate() procedure:

#CALL relationalai.app.activate();

When you activate your app for the first time, the necessary resources are provisioned:

INFO

It may take several minutes to provision the app’s resources prior to the app being fully activated.

When you re-activate a deactivated app:

INFO

It may take several minutes to re-create engines after the app is re-activated. Use the engines view to monitor the status of your engines.

See Also#