Common
Cancel all user tasks in progress state
post/api/v1/cancel/all/
Response
OK
Example response
{
"result": {
"550e8400-e29b-41d4-a716-446655440000": {
"status": "success"
},
"6ba7b810-9dad-11d1-80b4-00c04fd430c8": {
"error": "Task is not in progress state",
"status": "server_error"
}
}
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
added the non-success response with the status
response-non-success-status-added
- ○