Request cancellation of a running execution.
Required Role: OPERATOR, ADMIN, or OWNER
This sets the execution status to CANCELLED. The worker will detect this change (polls every 10 seconds) and gracefully stop the RClone process using SIGTERM.
Note: Cancellation is not instant. The worker needs to:
Can only cancel executions in PENDING or RUNNING status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Base response schema for task execution.
Execution trigger types.
manual, scheduled, api Runtime execution status.
pending, running, completed, failed, cancelled, dry_run_completed