I have a dag that we\'ll deploy to multiple different airflow instances and in our airflow.cfg we have dags_are_paused_at_creation = True but for this specific
dags_are_paused_at_creation = True
I think you are looking for unpause ( not pause)
unpause
pause
airflow unpause DAG_ID