pinecone_delete_vectors
Delete vectors from a Pinecone index using vector IDs, metadata filters, or delete all vectors in a namespace.
Instructions
Delete vectors from a Pinecone index by ID or filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Pinecone API key | |
| index_host | Yes | Index host URL from describe_index | |
| ids | No | Array of vector IDs to delete | |
| delete_all | No | Delete all vectors in the namespace | |
| namespace | No | Namespace to delete from | |
| filter | No | Metadata filter - delete matching vectors |