Control plane
configure_index
This operation specifies the pod type and number of replicas for an index. Not supported by projects on the gcp-starter environment.
PATCH
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
Path Parameters
The name of the index
Body
application/json
The desired pod type and replica configuration for the index.
The desired number of replicas for the index.
Example:
3
The new pod type for the index. One of s1
, p1
, or p2
appended with .
and one of x1
, x2
, x4
, or x8
.
Example:
"s1.x2"
Response
202
text/plain
The index has been successfully updated
The response is of type string
.
Was this page helpful?