MindsDB home page
Search...
⌘K
MindsDB
Open Source Product Docs
Overview
Introduction
Overview
Data Unification
Knowledge Bases
Tables, Views, and Files
Projects
Data Transformation
Functions
Standard SQL Support
Data Automation
Jobs
Triggers
Create a Trigger
Remove a Trigger
Query Triggers
Use Cases
AI-Powered Data Retrieval
Data Enrichment
Automated Fine-Tuning
AI Workflow Automation
MindsDB home page
Search...
⌘K
Ask AI
Slack
GitHub
Website
Watch Video
Watch Video
Search...
Navigation
Triggers
Remove a Trigger
Documentation
Connect
Unify
Respond
MCP API
SDKs & APIs
Contribute
FAQs
Documentation
Connect
Unify
Respond
MCP API
SDKs & APIs
Contribute
FAQs
Slack
GitHub
Website
Watch Video
On this page
Description
Syntax
Triggers
Remove a Trigger
Copy page
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 the following data sources:
MongoDB
,
Slack
,
Solace
.
Syntax
Here is the syntax for removing a trigger:
Copy
Ask AI
DROP
TRIGGER
trigger_name;
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Create a Trigger
Query Triggers
Assistant
Responses are generated using AI and may contain mistakes.