---
title: "Update account"
method: PUT
path: "/accounts/{name}"
---

# Update account

`PUT /accounts/{name}`

Update the properties of an account

## Path parameters

- `name` string, required — The name of the account to update

## Request body

- UpdateAccountParams
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `execution_region` 'eu-central-1' | 'us-east-1' | 'us-west-2' | 'eu-west-1' | 'ap-northeast-1' | 'ap-southeast-2' — The execution region for runs
  - `is_self_hosted_only` boolean — Whether the account is for self-hosted use only
  - `name` string — The new name for the account, if any

## Response `200`

OK

- UpdateAccountResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `account` Account, required
    - `execution_region` string, required
    - `is_self_hosted_only` boolean, required
    - `name` string, required
    - `slug` string — This property is deprecated. Use name instead.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/tower/apis/tower-api.md) · [All operations](https://skmtc.net/tower/apis/tower-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tower/tower-api/revisions/0e42b0fb26d9/schema)
