# Retry failed file processing Retry processing for a file that failed. Re-enqueue a failed file for processing. This is useful when a file failed due to temporary issues like network errors or service unavailability. #### Path Parameters **`organization_id`** string required The unique identifier of the organization. **`vector_store_id`** string required The unique identifier of the vector store. **`file_id`** string required The unique identifier of the file to retry. #### Request Body **`reset_error`** boolean optional Clear previous error message before retrying. Default: `false`. ## Returns A processing status object with the updated status showing the file has been re-queued. ## Related Resources - [Get Processing Status](/docs/api-reference/vector-stores/file-status) - [Get Processing Logs](/docs/api-reference/vector-stores/file-logs) - [Add File to Vector Store](/docs/api-reference/vector-stores/add-file)