Skip to main content

Start Replication Task

Start the specified replication task.

Request URL: /openapi/v1/replication/start

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.Ly6k1KCR-CIHEbMRnHEGv1ZRdBGl2DSN

Successful Invocation Example

{
"success": true,
"requestId": "Ly6k1KCR-CIHEbMRnHEGv1ZRdBGl2DSN"
}