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
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| replicationId | String | Yes | Replication task ID, you can call the List Replication Tasks API to query. | rp-deddhxp65zbp |
Response Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| success | Boolean | Whether the call was successful. | true |
| requestId | String | Request ID. | Jg5h8LAB-jpolcOSnolnc0ALdnln0RXL |
Successful Invocation Example
{
"success": true,
"requestId": "Jg5h8LAB-jpolcOSnolnc0ALdnln0RXL"
}