Manage projects
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:
-
In the Pinecone console, got 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.
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:
- In the Pinecone console, got 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.
Was this page helpful?