#Disable heartbeat

1 messages Β· Page 1 of 1 (latest)

storm jetty
#

What's the proper way to disable heartbeat?

brisk pivotBOT
worn girderBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

brisk pivotBOT
half harnessBOT
#

Two good options:

  • Temporary pause, current gateway process only

    openclaw system heartbeat disable
    

    Re-enable with:

    openclaw system heartbeat enable
    
  • Actually disable it in config

    openclaw config set agents.defaults.heartbeat.every "0m"
    

    That’s the proper persistent disable.