v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Instances

cancel sync

Cancels an in-progress remote sync operation identified by the destination instance ID. This operation cannot be resumed once canceled and must be restarted if needed.

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

delete/api/v0/commands/rclone/

Request body

dst_idinteger required

The destination instance ID of the sync operation to cancel.

Response

Sync operation canceled successfully.

successboolean
msgstring

Example response

{
  "success": true,
  "msg": "Remote copy canceled - check instance status bar for progress updates (~30 seconds delayed)."
}