Unraid Connect: 2025.09.23.2013
Unraid: 7.1.4
if you create a READONLY API Token (Role: Viewer) with READ_ANY everywhere,
you can use it to start and stop containers and VMs.
mutation Stop($stopId: PrefixedID!) {
docker {
stop(id: $stopId) {
status
}
}
}
Didn't try more.