---
title: "Update tenant"
method: PUT
path: "/tenants/{tenant_id}"
tags: ["Tenants"]
---

# Update tenant

`PUT /tenants/{tenant_id}`

Partial update of tenant attributes (name, description, email, protected). Owner-only.

## Path parameters

- `tenant_id` integer, required

## Request body

- UpdateTenant
  - `description` string
  - `email` string
  - `name` string
  - `protected` boolean, nullable — Optional. Toggle deletion hardening for this tenant. When `true`, future DELETE calls must include a one-time confirmation code emailed to the tenant address (request via `PUT /tenants/{tenant_id}/request_code` with `action = "delete_tenant"`). Leave unset to keep the current value.

## Response `204`

Tenant updated

## Other responses

- `400` — Invalid field value
- `403` — Not the tenant owner
- `404` — Tenant not found

---

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