/
OM
omnistack-sh
/
OpenAI API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 6m ago · Updated 2y ago
Details
Filter operations
Assistants
23
Audio
3
Audit Logs
1
Batch
4
Chat
1
Completions
1
Embeddings
1
Files
5
Fine-tuning
6
Images
3
Invites
4
Models
3
Moderations
1
Projects
17
Uploads
4
Users
4
Vector Stores
13
get
Returns a list of vector stores.
post
Create a vector store.
get
Retrieves a vector store.
post
Modifies a vector store.
delete
Delete a vector store.
get
Returns a list of vector store files.
post
Create a vector store file by attaching a [File](/docs/api-reference/files) to a [vector store](/docs/api-reference/vector-stores/object).
get
Retrieves a vector store file.
delete
Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete file](/docs/api-reference/files/delete) endpoint.
post
Create a vector store file batch.
get
Retrieves a vector store file batch.
post
Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
get
Returns a list of vector store files in a batch.
Vector Stores
Delete a vector store.
delete
/vector_stores/{vector_store_id}
Path parameters
vector_store_id
string
required
The ID of the vector store to delete.
Response
OK
DeleteVectorStoreResponse
required
id
string
required
deleted
boolean
required
object
'vector_store.deleted'
required
Changes