v1
latestOpenAPI 3.1.02026-07-13897404.3 KBInstances
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
Response
Sync operation canceled successfully.
Example response
{
"success": true,
"msg": "Remote copy canceled - check instance status bar for progress updates (~30 seconds delayed)."
}