Skip to main content

Terminate Replication Task

Terminate a specified replication task, and the task cannot be restarted after termination.

Request URL: /openapi/v1/replication/stop

Request Method: POST

Request Parameters

ParameterTypeRequiredDescriptionExample
replicationIdStringYesReplication task ID, you can call the List Replication Tasks API to query.rp-deddhxp65zbp

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the call was successful.true
requestIdStringRequest ID.Jg5h8LAB-jpolcOSnolnc0ALdnln0RXL

Successful Invocation Example

{
"success": true,
"requestId": "Jg5h8LAB-jpolcOSnolnc0ALdnln0RXL"
}