pydo.genai.cancel_indexing_job()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To cancel an indexing job for a knowledge base, send a PUT request to /v2/gen-ai/indexing_jobs/{uuid}/cancel
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
uuid |
string | True | A unique identifier for an indexing job. | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.