exports:delete
Coming Soon
Terminal window
Terminal window
rai exports:delete [OPTIONS]
Deletes a SQL stored procedure exported by a RelationalAI (RAI) model.
Options
Section titled “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
Section titled “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.