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
Response
Sync operation canceled successfully.
Example response
{
"success": true,
"msg": "Remote copy canceled - check instance status bar for progress updates (~30 seconds delayed)."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.