Cancel Execution
Executions
Stop Execution
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:
- Detect the status change (up to 10 seconds)
- Send SIGTERM to RClone process
- Wait for graceful shutdown (up to 30 seconds)
- Upload partial logs to object storage
- Update final execution status
Can only cancel executions in PENDING or RUNNING status.
POST
Cancel Execution
Documentation Index
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Base response schema for task execution.
Execution trigger types.
Available options:
manual, scheduled, api Runtime execution status.
Available options:
pending, running, completed, failed, cancelled, dry_run_completed