Update Vector Store
openai_update_vector_storeUpdate an existing OpenAI vector store by renaming it, modifying metadata, or changing its expiration policy without recreating the store.
Instructions
Modify an existing OpenAI vector store — rename it, update metadata, or change the expiration policy.
Use this when you need to update properties of an existing vector store without recreating it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vector_store_id | Yes | The ID of the vector store to modify. | |
| name | No | The new name of the vector store. | |
| expires_after | No | New expiration policy for the vector store. | |
| metadata | No | Updated set of 16 key-value pairs attached to the object. |