Control plane
create_collection
This operation creates a Pinecone collection. Not supported by projects on the gcp-starter environment.
POST
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
Body
application/json
The name of the collection to be created.
Example:
"example-collection"
The name of the source index to be used as the source for the collection.
Example:
"example-source-index"
Response
201
text/plain
The collection has been successfully created.
The response is of type string
.
Was this page helpful?