airbyte_cancel_job
Cancel a running sync or reset job in Airbyte. Sends a cancellation request that retains committed data while discarding in-flight data.
Instructions
Cancel a running sync or reset job.
Sends a cancellation request to the Airbyte API. The job will transition to 'cancelled' status. Already-committed data is retained; only in-flight data is discarded.
When to Use: - Stop a long-running or stuck sync. - Cancel an accidental reset.
Returns: The cancelled job's details.
Examples: params = { "job_id": "12345" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |