Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
Authorizations
Path Parameters
The ID of the vector store that the file batch belongs to.
The ID of the file batch to cancel.
Query Parameters
The explicit Azure AI Foundry Models API version to use for this request.
v1 if not otherwise specified.
v1, preview Response
The request has succeeded.
A batch of files attached to a vector store.
The identifier, which can be referenced in API endpoints.
The object type, which is always vector_store.file_batch.
vector_store.files_batch The Unix timestamp (in seconds) for when the vector store files batch was created.
The ID of the vector store that the File is attached to.
The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.
in_progress, completed, cancelled, failed