pinecone_delete_vectors

Delete vectors from a Pinecone index by ID or filter.

Server UnClick @unclick/mcp-server
Category Destructive
Risk class Critical
Parameters 62 required

What pinecone_delete_vectors does on UnClick

AI agents call pinecone_delete_vectors to permanently remove resources in UnClick — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

ParameterTypeRequiredDescription
ids array Array of vector IDs to delete
filter object Metadata filter - delete matching vectors
api_key string Yes Pinecone API key
namespace string Namespace to delete from
delete_all boolean Delete all vectors in the namespace
index_host string Yes Index host URL from describe_index

Parameters from the server's own tool schema.

Why pinecone_delete_vectors needs a policy

The tool irreversibly deletes vector embeddings from a Pinecone index. Deletion of indexed data cannot be undone without restoration from backups. This is a destructive operation with potential for significant data loss if misused by an AI agent (e.g., deleting critical embeddings used for retrieval-augmented generation or similarity search).

From the tool's definition Tool name 'pinecone_delete_vectors' and description 'Delete vectors from a Pinecone index by ID or filter' explicitly perform deletion operations on stored data.

Risk signalsHandles credentials or secrets (api_key)

Questions about pinecone_delete_vectors

What does the pinecone_delete_vectors tool do? +

Delete vectors from a Pinecone index by ID or filter. It is categorised as a Destructive tool in the UnClick MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

What parameters does pinecone_delete_vectors accept? +

pinecone_delete_vectors accepts 6 parameters: ids, filter, api_key, namespace, delete_all, index_host. Required: api_key, index_host. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on pinecone_delete_vectors? +

Register the UnClick MCP server in PolicyLayer and add a rule for pinecone_delete_vectors: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches UnClick. Nothing to install.

What risk level is pinecone_delete_vectors? +

pinecone_delete_vectors is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit pinecone_delete_vectors? +

Yes. Add a rate_limit block to the pinecone_delete_vectors rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block pinecone_delete_vectors completely? +

Set action: deny in the PolicyLayer policy for pinecone_delete_vectors. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides pinecone_delete_vectors? +

pinecone_delete_vectors is provided by the UnClick MCP server (@unclick/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.