Skip to main content
The Pinecone CLI (pc) lets you manage Pinecone resources directly from your terminal.

Install

Authenticate

Visit the URL in your terminal to sign in. The CLI automatically sets your default organization and project. To target a different org/project:
For CI/CD or automation, you can also authenticate with a service account or API key.

Manage indexes

Work with vectors

Manage namespaces

Back up and restore

JSON output

Add -j to any command for JSON output:

Getting help

Use -h or --help with any command to see available options:

Next steps