Related Documentation Download this Manual
PDF (US Ltr) - 1.6Mb
PDF (A4) - 1.6Mb


MySQL HeatWave User Guide  /  ...  /  Deleting Models

3.13.9 Deleting Models

A model can be deleted by the owning user or users that have been granted the required privileges on the MODEL_CATALOG table.

To delete a model from the model catalog, issue a query similar to the following:

mysql> DELETE FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_id = 3;

where:

  • ML_SCHEMA_user1.MODEL_CATALOG is the fully qualified name of the MODEL_CATALOG table. The schema is named for the user that created the model.

  • model_id = 3 is the ID of the model you want to delete.