suspend_service()#

relationalai.app
#suspend_service()

Suspends the RelationalAI (RAI) service running on Snowpark Container Services. Suspending the service temporarily halts operations to reduce costs without completely stopping it. The service can be resumed at any time using the resume_service() procedure. Requires the app_admin application role.

Example#

Use suspend_service() to suspend the RAI service running on Snowpark Container Services:

#CALL relationalai.app.suspend_service();

See Also#