Skip to main content
MindsDB home page
SDKs & APIs
Ask AI
Copy page
Search...
MindsDB home page
Search...
Navigation
Remove a Model
Overview
Introduction
Interfaces
REST API
Python SDK
JavaScript SDK
Watch Video
Slack
GitHub
Website
On this page
Description
Syntax
Remove a Model
Description
The
delete
function removes a model from MindsDB.
Syntax
Here is how to get an existing database and remove it:
model = MindsDB.Models.trainModel(...)
model.delete()
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Assistant
Responses are generated using AI and may contain mistakes.