Is it possble to enable and disable verse devices

I am creating a map that has some mini-areas (games). I developed logic so players can revisit those mini areas and enjoy those mini games multiple times. But the problem is that whenever I revisit those areas multiple times, some wildlife spawner devices and other AI do not work properly.
So I thought, if I could disable and enable the verse device via verse code.

So, is it possible to enable and disable the verse device?

Yes, most devices have a Enable() and Disable() you can use. You will also want to reset the spawn counter for them. You can do this in verse or with devices and triggers.