---
title: "Set budget"
method: PUT
path: "/billing/budget"
tags: ["Billing"]
---

# Set budget

`PUT /billing/budget`

Creates or updates the org's monthly spend cap + alert thresholds.

## Request body

- InternalHttpapiBillingapiSetBudgetRequest
  - `alert_threshold_pcts` integer[]
  - `monthly_limit_cents` integer
  - `paused` boolean

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingBudgetConfig
  - `alert_threshold_pcts` integer[]
  - `created_at` string
  - `id` string
  - `monthly_limit_cents` integer
  - `org_id` string
  - `paused_at` string
  - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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