drop_service()#

relationalai.app
#drop_service()

Drops the RelationalAI (RAI) service running on Snowpark Container Services. The service’s compute pool and warehouse are not affected by this operation, and existing engines and schemas remain intact. Requires the app_admin application role.

Example#

Use drop_service() to drop the RAI service running on Snowpark Container Services:

#CALL relationalai.app.drop_service();

See Also#