cancel_pipeline
Stop a running indexing pipeline job and mark in-progress documents as failed. Verify current status first to see what gets cancelled, or receive a not-busy response if none is active.
Instructions
Request cancellation of the currently-running indexing pipeline job. Documents already in progress will be marked FAILED. Use get_pipeline_status first to see what would be cancelled; returns status='not_busy' if nothing is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||