All Products
Search
Document Center

Data Management:StopDataAgentAccuracyTestTask

Last Updated:Jul 03, 2026

Stops an accuracy self-test task.

Operation description

Stops an accuracy self-test task.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

AccuracyTestTaskId

string

No

The ID of the accuracy test task.

692abb8f-xxxx-xxxx-xxxx-xxxxxxxxxxxx

WorkspaceId

string

No

The ID of the workspace.

8wfig6l33n4f4xxxxxxxxxx

RegionId

string

No

The region ID.

cn-hangzhou

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

E0D21075-xxx-FD8AD04A63B6

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

ErrorCode

string

The error code.

UnknownError

ErrorMessage

string

The error message returned if the call failed.

UnknownError

Examples

Success response

JSON format

{
  "RequestId": "E0D21075-xxx-FD8AD04A63B6",
  "Success": true,
  "ErrorCode": "UnknownError",
  "ErrorMessage": "UnknownError"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.