Skip to main content

Terminate Replication Task

Terminates a specified replication task. A terminated task cannot be started again.

Request URL: /openapi/v1/replication/stop

Request Method: POST

Request Parameters

ParameterTypeRequiredDescriptionExample
replicationIdStringYesReplication task ID.rp-deddhxp65zbp

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the request was successful.true
requestIdStringRequest ID.Jg5h8LAB-jpolcOSnolnc0ALdnln0RXL
messageStringMessage returned when the request fails.replication rp-xxx not found

Successful Invocation Example

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