Kyle Iverson
02/18/2026, 8:47 PMkapa.ai
02/18/2026, 8:47 PMschedule.cron attribute. [[Alerts eval freq](https://www.gooddata.com/docs/cloud/create-dashboards/automation/alerts/#evaluation-frequency)] - Evaluation frequency can be customized with cron, but GoodData supports triggering alerts at most once per hour; the docs focus on valid schedules, not on disabling them. [[Alerts eval freq](https://www.gooddata.com/docs/cloud/create-dashboards/automation/alerts/#evaluation-frequency); [Cron expressions](https://www.gooddata.com/docs/cloud/create-dashboards/automation/scheduled-exports/#cron-expressions)] - The API example for an alert always includes a schedule block with a cron expression and timezone. [[Alerts API example](https://www.gooddata.com/docs/cloud/create-dashboards/automation/alerts/#evaluation-frequency)] There is no documented option to: - Turn off evaluation entirely for an alert, or - Use a special cron expression that is guaranteed never to trigger. The only documented controls are: - Organization‑wide evaluation frequency (admin setting). [[Automation eval freq](https://www.gooddata.com/docs/cloud/create-dashboards/automation/#evaluation-frequency)] - Per‑dashboard override for new alerts. [[More control over frequency](https://www.gooddata.com/docs/cloud/whats-new-cloud/#more-control-over-alert-evaluation-frequency); [Dashboard eval freq](https://www.gooddata.com/docs/cloud/create-dashboards/automation/alerts/#evaluation-frequency)] - Per‑alert override via API using schedule.cron and schedule.timezone. [[Alerts eval freq](https://www.gooddata.com/docs/cloud/create-dashboards/automation/alerts/#evaluation-frequency)] Given this, based on the available documentation: - You can make evaluation very infrequent (e.g., via a long‑interval cron), - But there is no documented way to fully disable automatic evaluation or to define a cron that is guaranteed never to run. If you need strict “manual‑only” triggering, the docs do not show a supported configuration for that; you would need to rely on a very infrequent schedule as a workaround, or contact GoodData Support to confirm if there is any non‑public option.Shamil Akhmadyshev
02/19/2026, 2:24 PMKyle Iverson
02/19/2026, 2:41 PMShamil Akhmadyshev
02/19/2026, 4:15 PM/api/v1/actions/workspaces/{{WORKSPACE_ID}}/automations/{AUTOMATION_ID}/trigger
Let us know if it helped you.Kyle Iverson
02/19/2026, 5:29 PM