Service Accounts
Update a service account
Update a service account's name; role bindings are managed through the role-binding endpoints.
patch/admin/service-accounts/{service_account_id}
Path parameters
service_account_idstring uuid required
The unique identifier of the service account.
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Request body
Example request
{
"name": "ci-prod-renamed"
}Response
Service account updated successfully.
Example response
{
"client_id": "l3Ow0CmFyc4jOONcwiKUCRqQKN0tiCAn",
"created_at": "2026-04-10T15:23:00.000Z",
"id": "f8a3b2c1-4d5e-6f7a-8b9c-0d1e2f3a4b5c",
"name": "My Service Account",
"updated_at": "2026-04-12T09:11:00.000Z"
}