The unassignTasks() GraphQL mutation may be used to unassign node tasks.

For more information on common node tasks, see the LogScale Logical Architecture page in the Training section.

Syntax

Below is the syntax for the unassignTasks() mutation field:

unassignTasks(nodeID: integer!tasks: [NodeTaskEnum!]!): [NodeTaskEnum!]!

Given and Returned Datatypes

For the given and returned datatype, NodeTaskEnum, it's an enumerated list: storage, digest, or query.