MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Models
Remove a Model
Documentation
SQL API
SDKs
REST API
Integrations
Contribute
FAQs
Join our Slack
GitHub
SDKs
Overview
Mongo-QL
Python SDK
Connect
Databases
ML Engines
Projects
Models
Create, Train, and Deploy a Model
Remove a Model
List Models
Describe a Model
Get Status of a Model
Refresh a Model
Retrain a Model
Finetune a Model
Manage Model Versions
Predictions
Tables, Views, Files
Jobs
JavaScript SDK
On this page
Description
Syntax
Models
Remove a Model
Description
The
drop_model()
function removes a model from MindsDB.
Syntax
Use the
drop_model()
method to remove a model:
Copy
Ask AI
# option 1
project.drop_model(
'my_model'
)
# option 2
server.models.drop(
'my_model'
)
Suggest edits
Raise issue
Create, Train, and Deploy a Model
List Models
Assistant
Responses are generated using AI and may contain mistakes.