Pinecone Control Plane API Skill
pinecone-control
pinecone-control
| Method | Path | Description |
|---|---|---|
GET | /indexes | |
POST | /indexes | List indexes |
GET | /indexes/{index_name} | Create an index |
DELETE | /indexes/{index_name} | Describe an index |
PATCH | /indexes/{index_name} | Delete an index |
GET | /indexes/{index_name}/backups | Configure an index |
POST | /indexes/{index_name}/backups | List backups for an index |
GET | /collections | Create a backup of an index |
POST | /collections | List collections |
POST | /indexes/create-for-model | Create a collection |
GET | /backups | Create an index with integrated embedding |
GET | /backups/{backup_id} | List backups for all indexes in a project |
DELETE | /backups/{backup_id} | Describe a backup |
POST | /backups/{backup_id}/create-index | Delete a backup |
GET | /restore-jobs | Create an index from a backup |
GET | /restore-jobs/{job_id} | List restore jobs |
GET | /collections/{collection_name} | Describe a restore job |
DELETE | /collections/{collection_name} | Describe a collection |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install pinecone-control
Downloads and installs to ~/.claude/skills/pinecone-control/
2026-04 (2026-03-30)2025-10 (2026-03-06)