Skip to content

GraphQL API Permissions #1723

@ingel81

Description

@ingel81

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions