Block a Task
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
reason | string | Yes | Why the task is blocked |
Unblock a Task
200
in_progress status and makes it eligible for the dispatcher again.POST /v1/tasks/:id/block and POST /v1/tasks/:id/unblock — Manage task blocking state.
| Field | Type | Required | Description |
|---|---|---|---|
reason | string | Yes | Why the task is blocked |
in_progress status and makes it eligible for the dispatcher again.