resume_service()#

relationalai.app
#resume_service()

Resumes the RelationalAI (RAI) service running on Snowpark Container Services. Resuming the service restarts operations after it has been suspended using the suspend_service() procedure. Requires the app_admin application role.

Example#

Use resume_service() to resume the RAI service running on Snowpark Container Services:

#CALL relationalai.app.resume_service();

See Also#