leoflow admin dags unpause
Unpause a DAG (PATCH is_paused), or every DAG with –all.
leoflow admin dags unpause [dag_id] [flags]
Options
--all unpause every registered DAG
-h, --help help for unpause
--server string control plane base URL (default: config server_url)
--token string JWT bearer token (default: config token)
Options inherited from parent commands
--config string config file path (default ~/.leoflow/config.yaml)
--log-level string log level: debug, info, warn, error
--server-url string control plane API base URL
SEE ALSO
- leoflow admin dags - Pause or unpause registered DAGs.