rpk ai trigger update
Update one trigger. <name> is the full resource name, for example, agents/my-agent/triggers/t1a2b3c4.
Only the flags you pass are changed. --enabled=false pauses the trigger,
keeping its config and run history; --enabled=true resumes it from the next
scheduled instant onward (no catch-up).
The kind is immutable: --cron-* flags only apply to a trigger that is already a
schedule, --teams-* only to one that is already Teams. To change kind, delete
and recreate.
Flags
| Value | Type | Description |
|---|---|---|
|
string |
schedule: message text each scheduled run sends to the agent. |
|
string |
schedule: standard 5-field cron expression, for example, "0 9 * * 1-5". |
|
string |
schedule: IANA timezone the schedule is evaluated in, for example, "Europe/Prague" (required for a cron trigger; the server never falls back to UTC). |
|
string |
new description. |
|
string |
new user-facing label. |
|
bool |
whether the trigger is live; |
|
string |
Microsoft Teams: Azure Bot Application ( |
|
string |
Microsoft Teams: secret-store key holding the bot client secret (bare UPPER_SNAKE_CASE, never the secret itself). |
|
string |
Microsoft Teams: Azure AD Directory ( |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |