#i need completely close heartbeat but i don`t konw how to apply

1 messages ยท Page 1 of 1 (latest)

tiny plover
#

i need completely close heartbeat but i don`t konw how to apply

odd marshBOT
unkempt plinthBOT
#

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

odd marshBOT
wheat phoenixBOT
#

To fully disable heartbeat, set the interval to 0m, then restart the gateway:

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

If you edit openclaw.json manually, use:

{
  agents: {
    defaults: {
      heartbeat: { every: "0m" }
    }
  }