exports:delete#

#rai exports:delete [OPTIONS]

Delete a SQL object, such as a stored procedure, that has been exported from RelationalAI to Snowflake.

Options#

OptionTypeRequiredDescription
--exportStringYesThe fully-qualified name of the exported Snowflake object.
--modelStringYesThe name of the model from which the export originates.

Example#

Delete the stored procedure named my_export generated by the RelationalAI model myModel:

#rai exports:delete --export my_database.my_schema.my_export --model myModel