Pinecone Assistant
# To use the Python SDK, install the plugin: # pip install --upgrade pinecone pinecone-plugin-assistant from pinecone import Pinecone pc = Pinecone(api_key="YOUR_API_KEY") pc.assistant.delete_assistant( assistant_name="example-assistant", )
{}
Delete an existing assistant.
For guidance and examples, see Manage assistants
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.
Pinecone API Key
The name of the assistant to delete.
The request to delete the assistant has been accepted.
Was this page helpful?