Indexes
Configure an index
This operation configures the pod size and number of replicas for a pod-based index.
It is not possible to change the pod type of an index. However, you can create a collection from an index and then create a new index with a different pod type from the collection.
PATCH
Authorizations
Path Parameters
The name of the index to configure.
Body
application/json
The desired pod size and replica configuration for the index.
Configuration used to scale an index.
Response
202
application/json
The request to configure the index has been accepted. Check the index status to see when the change has been applied.
The IndexModel describes the configuration and status of a Pinecone index.