# Function Description

Task Retrying To query the uuid of task by jobid,then callback the task scheduling with the uuid.

# Request

# request example

post /job/retry
Host: <host>

# Request Parameters

{
  "jobId": 100
}

# Response

# Response Header

No special response header

# Response Body

Successful Response Body :

{
  "code": 0,
  "msg": "success
}