Skip to main content

DROP MODEL

DROP MODEL deletes an existing model repository.

Syntax

DROP MODEL [ IF EXISTS ] model_name

Model name

The name of an existing model in Predibase.

Examples

Here is an example of how to drop the titanic model:

DROP MODEL IF EXISTS titanic