---
title: "Update service account"
method: PUT
path: "/service_accounts/{clientId}"
tags: ["service_accounts"]
---

# Update service account

`PUT /service_accounts/{clientId}`

Updates a service account's name or description. Credentials (client ID/secret) cannot be changed.

## Path parameters

- `clientId` string, required

## Request body

- object
  - `description` string — Service account description
  - `name` string — Service account name

## Response `200`

successful operation

- object
  - `client_id` string — Service account client ID
  - `created_at` string — Creation timestamp
  - `description` string — Service account description
  - `name` string — Service account name
  - `updated_at` string — Last update timestamp

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
