# Function Description

retry task sending request to task scheduling according to failed task with retrying uuid.

# Request

# request example

get /job/retry
Host: <host>

# Request Parameters

Field Explain Type Mandatory
uuid uuid of task string true

# Response

# Response Header

No special response header

# Response Body

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