Skip to main content

Stop Data Comparison Task

Stop the specified data comparison task.

Request URL: /openapi/v1/comparedata/stop

Request Method: POST

Before You Call

taskId can be obtained from data in the successful response of Create Data Comparison Task, or confirmed through data.id returned by Query Data Comparison Main Task Details.

Request Body

{
"taskId": "cd-tepmjmnj6o"
}

Request Parameters

ParameterTypeRequiredDescriptionExample
taskIdStringYesID of the comparison task to stop.cd-tepmjmnj6o

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the request is successful.true
requestIdStringRequest ID, which can be used for troubleshooting and tracing.Bi6n4OVJ-FLLMjGBnGGNh9RSdHJx3HJT

Successful Invocation Example

{
"success": true,
"requestId": "Bi6n4OVJ-FLLMjGBnGGNh9RSdHJx3HJT"
}