Tag an index
Tags are key-value pairs that you can use to categorize and identify the index. This page shows you how to tag an index.
This feature requires Pinecone API version 2024-10
or later.
Add tags to an index
To add tags to an index, use the tags
parameter when creating a new index or when configuring an existing index.
To add tags when creating a new index:
You can add tags during index creation using the Pinecone console.
To add or update tags when configuring an existing index:
You can add or update tags when configuring an existing index using the Pinecone console. Find the index to edit and click the ellipsis (..) menu > Add tags.
View index tags
To view the tags of an index, list all indexes in a project or get information about a specific index.
For example, to list all indexes in a project:
You can view index tags using the Pinecone console.
Remove tags from an index
To remove a tag from an index, configure the index and use the tags
parameter to send the tag key with an empty value (""
).
The following example removes the example: tag
tag:
You can remove tags from an index using the Pinecone console. Find the index to edit and click the ellipsis (..) menu > __ tags.
Was this page helpful?