latestOpenAPI 3.1.02026-08-12154749.3 KB
ebb545e26e94
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"
}
}
}