You must be an organization owner or project owner to edit project details or delete a project.
View project details
You can view the details of a project, as in the following example:An access token must be provided to complete this action through the Admin API. The Admin API is in public preview.
You can view project details using the Pinecone console.
Rename a project
You can change the name of your project:- Pinecone console
- Code
- In the Pinecone console, go to Settings > Projects.
- Click the ellipsis (…) menu > Configure icon next to the project you want to update.
-
Enter a new Project Name.
A project name can contain up to 512 characters.
- Click Save Changes.
Add project tags
Project tags are key-value pairs that you can use to categorize and identify a project. To add project tags, use the Pinecone console.- In the Pinecone console, go to Settings > Projects.
- Click the ellipsis (…) menu > Configure icon next to the project you want to update.
- Click + Add tag and enter a tag key and value. Repeat for each tag you want to add.
- Click Save Changes.
You can also add tags to indexes.
Delete a project
To delete a project, you must first delete all data, indexes, collections, backups and assistants associated with the project. Then, you can delete the project itself:- Pinecone console
- Code
- In the Pinecone console, go to Settings > Projects.
- For the project you want to delete, click the ellipsis (…) menu > Delete.
- Enter the project name to confirm the deletion.
- Click Delete Project.