---
title: "Update Spend Limits"
method: PATCH
path: "/billing/spend-limits"
tags: ["billing"]
---

# Update Spend Limits

`PATCH /billing/spend-limits`

Update spend limit configuration.

## Request body

- SpendLimitsUpdate
  - `alert_emails` string[], nullable
  - `alert_thresholds` integer[], nullable
  - `spend_limit_usd` number, nullable

## Response `200`

Successful Response

- SpendLimitsResponse
  - `alert_emails` string[], required
  - `alert_thresholds` integer[], required
  - `enforced` boolean, required
  - `spend_limit_usd` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
