Possibly a very basic and stupid question, but I h...
# ask-community
d
Possibly a very basic and stupid question, but I have something like 130 sensors. Is there a way to batch turn on/turn off them instead of individually clicking the little switches in dagit?
t
Hi! If you're familiar with GraphQL, we have a mutation called StopSensor (I believe) that lets you do it programmatically In general, everything you can do in the UI, you can also do in the graphql API because we expose all the endpoints we use.
d
What Tim says above is true, but we're actively working on a way to do it in the UI as well
👌 1