PATCH
/
databases
/
{indexName}
curl --request PATCH \
     --url https://controller.us-east1-gcp.pinecone.io/databases/indexName \
     --header 'accept: text/plain' \
     --header 'content-type: application/json'
"<string>"
curl --request PATCH \
     --url https://controller.us-east1-gcp.pinecone.io/databases/indexName \
     --header 'accept: text/plain' \
     --header 'content-type: application/json'

Authorizations

Api-Key
string
header
required

An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.

Path Parameters

indexName
string
required

The name of the index

Body

application/json

The desired pod type and replica configuration for the index.

The body is of type object.

Response

202
text/plain

The index has been successfully updated

The response is of type string.