Anvil app server: enable/disable scheduled tasks?

What I’m trying to do:
Toggle scheduled tasks in my self hosted app. I have a production app with scheduled tasks, but I don’t want my dev app to run them.

Since scheduled tasks are defined in anvil.yaml, seems it’ll run in every self hosted deployment?

I know that hosted Anvil has a toggle per environment - so there must be a setting in the anvil-app-server, but I can’t find it.