How to clear and stop a callback?

Hello @alejandrosando,

Not being able to see your code, I am assuming that you are talking about an n_intervals for the live updates.

What you can do is have some sort of toggle on the button, and then in the live update call you pull the state of the button. If its off, the live updates give a raise PreventUpdate. If on, it just proceeds like normal.

If you provide an MRE I can show you what this would look like in your code.