MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Automate Workflows with Triggers
Remove a Trigger
Documentation
SQL API
SDKs
REST API
Integrations
Contribute
FAQs
Join our Slack
GitHub
SQL API
Overview
MindsDB SQL Syntax
Get Started
Integrate Data Sources
Integrate AI Engines
Create Projects
Deploy Models
Get Predictions
Manipulate Data in Tables, Views, and Files
Automate Workflows with Jobs
Automate Workflows with Triggers
Create a Trigger
Remove a Trigger
Query Triggers
Customize Chatbots with Agents
On this page
Description
Syntax
Automate Workflows with Triggers
Remove a Trigger
Description
Triggers enable users to define event-based actions. For example, if a table is updated, then run a query to update predictions.
Currently, you can create triggers on MongoDB data sources.
Syntax
Here is the syntax for removing a trigger:
Copy
Ask AI
DROP
TRIGGER
trigger_name;
Suggest edits
Raise issue
Create a Trigger
Query Triggers
Assistant
Responses are generated using AI and may contain mistakes.