service_status()#
relationalai.app
#service_status()
Returns the current status of the RelationalAI (RAI) service running on Snowpark Container Services.
The procedure provides information about whether the service is running, suspended, or stopped.
Requires the app_admin
application role.
Example#
Use service_status()
to check the status of the RAI service:
#CALL relationalai.app.service_status();