Enable / Disable

Last updated on June 16, 2026

You can disable phases to skip execution without deleting them.

main:
  - name: Debug Logging
    key: debug_logging
    python: phases.debug
    enabled: false

TofuPilot skips disabled phases without recording any results.

How is this guide?

On this page