---
title: "Edit billing limits"
method: POST
path: "/billing_limits/{billing_project}/edit"
tags: ["Billing"]
---

# Edit billing limits

`POST /billing_limits/{billing_project}/edit`

Edit billing limits for a billing project

## Path parameters

- `billing_project` string, required

## Request body

- object
  - `limit` number — New billing limit

## Response `200`

Billing limit updated successfully

- object
  - `billing_project` string — Billing project identifier
  - `limit` number — Updated billing limit

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - requires developer privileges
- `404` — Billing project not found

## Changes

- **2026-06-04** `a545b6b19c2b` — 1 info
  - the endpoint scheme security `developerAuth` was removed from the API
- **2025-04-16** `afa3b61d1d09` — 1 breaking, 1 warning, 9 info
  - request body became required
  - deleted the `header` request parameter `x-hail-return-jinja-context`
  - api operation id `editBillingLimitsUI` removed and replaced with ``
  - the endpoint scheme security `developerAuth` was added to the API
  - …7 more
- **2025-01-14** `559a91071cc1` — 2 warning, 8 info
  - removed the optional property `billing_project` from the response with the `200` status
  - removed the optional property `limit` from the response with the `200` status
  - api operation id `editBillingLimitsUI` was added
  - api tag `Billing Projects` added
  - …6 more

[Change history](https://skmtc.dev/hail-is/apis/hail-services/changes/billing_limits/:billing_project/edit/post.md)

---

[API](https://skmtc.dev/hail-is/apis/hail-services.md) · [All operations](https://skmtc.dev/hail-is/apis/hail-services/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hail-is/hail-services/revisions/3bd6e13adfa6/schema)
