Pausing DBT Jobs at a set time

We are going to have a future outage window for a migration, and we need the ability to pause any dbt jobs that will run during that window. Does dbt have a solution for this?

You’ll need to use the dbt cloud API and unschedule your jobs. There’s no “pause until X” feature.

Note: @Jeremy Yeo originally posted this reply in Slack. It might not have transferred perfectly.