---
title: "POST /orgs/{org_id}/billing/overage"
method: POST
path: "/orgs/{org_id}/billing/overage"
tags: ["billing"]
---

# POST /orgs/{org_id}/billing/overage

`POST /orgs/{org_id}/billing/overage`

Update overage billing settings for the organization.

## Path parameters

- `org_id` string, required

## Request body

- BillingOverageReqBody
  - `cap_credits` integer, nullable — Max overage credits the user allows (null = unlimited).
  - `enabled` boolean, required

## Response `204`

Overage settings updated

- unknown

## Other responses

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

## Changes

- **2026-04-13** `0666cadc0d17` — 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/overage/post.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)
