v1

latestOpenAPI 3.1.1MIT License2026-07-122354100.9 KB
Namespaces

Update a namespace.

Update a namespace for the authenticated organization. If there is no change, return it as it is.

patch/v1/namespace/{namespaceId}

Path parameters

namespaceIdstring required

The id of the namespace (prefixed with ns_)

Example:ns_123

The id of the namespace (prefixed with ns_)

Request body

namestring
slugstring

Response

The updated namespace

successtrue required

Example response

{
  "data": {
    "embeddingConfig": {
      "resourceName": "my-resource-name"
    },
    "vectorStoreConfig": {
      "indexHost": "https://example.svc.aped-1234-a56b.pinecone.io"
    }
  }
}