Skip to main content
This page shows you how to view project details, rename a project, and delete a project.
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.
The example returns a response like the following:
You can view project details using the Pinecone console.

Rename a project

You can change the name of your project:
  1. In the Pinecone console, go to Settings > Projects.
  2. Click the ellipsis (…) menu > Configure icon next to the project you want to update.
  3. Enter a new Project Name.
    A project name can contain up to 512 characters.
  4. 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.
  1. In the Pinecone console, go to Settings > Projects.
  2. Click the ellipsis (…) menu > Configure icon next to the project you want to update.
  3. Click + Add tag and enter a tag key and value. Repeat for each tag you want to add.
  4. 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:
  1. In the Pinecone console, go to Settings > Projects.
  2. For the project you want to delete, click the ellipsis (…) menu > Delete.
  3. Enter the project name to confirm the deletion.
  4. Click Delete Project.