v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Instances

cancel copy

Cancel a remote copy operation specified by the destination ID (dst_id).

CLI Usage: vastai cancel copy --dst_id <destination_id>

delete/api/v0/commands/copy_direct/

Request body

dst_idstring required

ID of the copy instance target to cancel.

Response

Remote copy canceled successfully.

successboolean

Example response

{
  "success": true
}