---
title: "PUT /orgs/{org_id}/billing/compute"
method: PUT
path: "/orgs/{org_id}/billing/compute"
tags: ["billing"]
---

# PUT /orgs/{org_id}/billing/compute

`PUT /orgs/{org_id}/billing/compute`

Set the compute machine add-ons purchased by the organization.

## Path parameters

- `org_id` string, required

## Request body

- ComputeFleetReqBody
  - `machines` object, required — Desired machine count per size (e.g. `{"medium": 1, "xlarge": 2}`). Sizes omitted from the map are set to zero.

## Response `204`

Compute machines updated

- unknown

## Other responses

- `403` — Forbidden
- `422` — Unprocessable entity
- `500` — Internal server error

## Changes

- **2026-07-17** `33e77c7fd113` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/billing/compute/put.md)

---

[API](https://skmtc.dev/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/dd7e398ce0d3/schema)
