---
title: "PATCH /v1/tenants/{id}"
method: PATCH
path: "/v1/tenants/{id}"
tags: ["tenants"]
---

# PATCH /v1/tenants/{id}

`PATCH /v1/tenants/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateTenantRequest — Partial update — only present fields change.
  - `externalBillingId` string, nullable
  - `planId` string, nullable
  - `status` string, nullable

## Response `200`

Updated

- TenantInfo — A tenant (customer account). Quota override fields are `None` when inherited from the plan. See docs/product-backend-layer.md.
  - `createdAt` string, required
  - `externalBillingId` string, nullable
  - `id` string, required
  - `maxApps` integer, nullable
  - `maxCpus` integer, nullable
  - `maxMemoryMb` integer, nullable
  - `maxSandboxPools` integer, nullable
  - `name` string, required
  - `planId` string, nullable
  - `status` string, required
  - `updatedAt` string, nullable

---

[API](https://skmtc.net/smolmachines/apis/smolfleet-api.md) · [All operations](https://skmtc.net/smolmachines/apis/smolfleet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smolmachines/smolfleet-api/versions/853ec529472a/schema)
