Tasks
Retry a failed or cancelled task
post/api/v1/tasks/{taskId}/retry
Path parameters
taskIdstring uuid required
Response
Task accepted for processing
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}Task accepted for processing
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}