The ID of the replication operation to cancel.
A promise that resolves when the operation is cancelled.
Delete a replication operation.
The ID of the replication operation to delete.
A promise that resolves when the operation is deleted.
Delete all replication operations.
A promise that resolves when all operations are deleted.
Get a specific replication operation by ID.
The ID of the replication operation to get.
Optionalopts: { includeHistory?: boolean }OptionalincludeHistory?: booleanWhether to include the status history in the response.
The replication operation or null if not found.
Query all replication operations with optional filters.
Optionalopts: QueryReplicationOpsOptionsOptional parameters for filtering the query.
A list of replication operations matching the query.
Cancel a replication operation.