For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai queues unassign

Unassign a user from a queue

Synopsis

Remove a user from an annotation queue.

This command requires API key authentication.

iai queues unassign <queue-id> [flags]

Examples

  iai queues unassign queue-123 --user-id user-456
  iai queues unassign queue-123 --user-id user-456 -o my-org -p my-project

Options

  -h, --help                  help for unassign
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name
      --user-id string        User ID to unassign (required)

Options inherited from parent commands

SEE ALSO

  • iai queues - Annotation queues for human review workflows

Last updated

Was this helpful?