Version v0.4.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
leoflow admin dags
Pause or unpause registered DAGs.
Options
-h, --help help for dags
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 - Operate a running control plane (health, pause, drain, runs).
- leoflow admin dags pause - Pause a DAG (PATCH is_paused), or every DAG with –all.
- leoflow admin dags unpause - Unpause a DAG (PATCH is_paused), or every DAG with –all.