Update trigger.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/6002/head
Jameelah Mercer 2025-05-16 14:21:36 -07:00 committed by GitHub
parent 69170973f8
commit 7f1a3b6cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ influxdb3 create trigger \
--trigger-spec table:TABLE_NAME \
TRIGGER_NAME
```
Creating a trigger in a disabled state prevents it from running immediately. You can enable it later when you're ready to activate it.
{{% /code-placeholders %}}