Skip to main content
POST
/
tasks
/
{uuid}
/
retry
Retry a failed task
curl --request POST \
  --url https://staging.hdp.api.herodotus.cloud/tasks/{uuid}/retry
{
  "message": "<string>",
  "status": "<string>",
  "uuid": "<string>"
}

Path Parameters

uuid
string
required

The unique identifier (UUID) of the task to retry

Response

Task re-queued successfully

message
string
required
status
string
required
uuid
string
required