Pinecone Database
from pinecone import Pinecone pc = Pinecone(api_key="YOUR_API_KEY") pc.delete_backup(backup_id="9947520e-d5a1-4418-a78d-9f464c9969da")
Delete a backup.
An API Key is required to call Pinecone APIs. Get yours from the console.
The ID of the backup to delete.
The request to delete the backup has been accepted.
Was this page helpful?