DeleteIndex
Certified
Delete a Pinecone index
DeleteIndex
Certified
Delete a Pinecone index
yaml
type: io.kestra.plugin.pinecone.DeleteIndexExamples
yaml
id: pinecone_delete_index
namespace: company.team
tasks:
- id: delete_index
type: io.kestra.plugin.pinecone.DeleteIndex
apiKey: "{{ secret('PINECONE_API_KEY') }}"
indexName: my-embeddings
Properties
apiKey *Requiredstring
indexName *Requiredstring
host string
tlsEnabled booleanstring
Default
true