Suspend Replication Task
Suspend an ongoing replication task.
Request URL: /openapi/v1/replication/suspend
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. | Pb5r3LOV-ekjgtSYnjgil3VUdgik3PEE |
Successful Invocation Example
{
"success": true,
"requestId": "Pb5r3LOV-ekjgtSYnjgil3VUdgik3PEE"
}