exports:delete Coming Soon #
#rai exports:delete [OPTIONS]
Deletes a SQL stored procedure exported by a RelationalAI (RAI) model.
IMPORTANT
This feature is not yet available. Check back soon for updates.
Options#
Option | Type | Required | Description |
---|---|---|---|
--export | String | Yes | The fully-qualified name of the stored procedure. |
--model | String | Yes | The name of the model from which the export originates. |
Example#
Delete the stored procedure named my_export
exported by the RelationalAI model MyModel
:
#rai exports:delete --export my_database.my_schema.my_export --model MyModel
See Exporting SQL Stored Procedures for more details.