Pinecone Database
# pip install "pinecone[grpc]" from pinecone.grpc import PineconeGRPC as Pinecone, PodSpec pc = Pinecone(api_key="YOUR_API_KEY") pc.delete_index(name="docs-example")
This operation deletes an existing index.
Documentation IndexFetch the complete documentation index at: https://docs.pinecone.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt
Use this file to discover all available pages before exploring further.
An API Key is required to call Pinecone APIs. Get yours from the console.
The name of the index to delete.
The request to delete the index has been accepted.
Was this page helpful?