Hey,
Based on my understanding below are the inputs:
- It is not possible to juts cancel the Copy activity but we can cancel the Pipeline run via REST API:
https://learn.microsoft.com/en-us/rest/api/datafactory/pipeline-runs/cancel
2) For the pipeline to resume from the point of failure, best way would be to archive the file after successful copy activity so only the files that needs to be copied remains in the source location.
@ShaikMaheer-MSFT @KranthiPakala-MSFT : please provide your thoughts on the same