Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
def delete_index(self)
ValueError
# Load index index = client.load_index(index_name=index_name, index_key=index_key) # Delete the index index.delete_index()
Was this page helpful?