Update Queue Status
Transition an annotation queue to a new status.
POST
https://api.futureagi.com/model-hub/annotation-queues/{id}/update-status/ Authentication
Path parameters
id
The annotation queue ID
Request body
status
Target status: draft, active, paused, or completed
Note
Only valid status transitions are permitted. For example: draft to active, active to paused, paused to active, active to completed. Invalid transitions return a 400 error.