Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

The drop_model() function removes a model from MindsDB.

Syntax

Use the drop_model() method to remove a model:
# option 1
project.drop_model('my_model')

# option 2
server.models.drop('my_model')