---
title: "Update spend cap settings"
method: PATCH
path: "/api/v1/apps/spend-settings"
tags: ["Raff Apps"]
---

# Update spend cap settings

`PATCH /api/v1/apps/spend-settings`

Set the account's monthly Apps spend cap. When the cap is reached
services pause automatically until the next period or the cap is raised.

## Request body

- object
  - `enabled` boolean, required
  - `monthly_cap_usd` number, required
  - `cap_action` 'pause'

## Response `200`

Updated settings

- object
  - `success` boolean
  - `settings` AppSpendSettings
    - `enabled` boolean
    - `monthly_cap_usd` number
    - `cap_action` 'pause'
    - `paused_by_cap` boolean

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required

## Changes

- **2026-08-20** `efd3c11c5c92` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/apps/spend-settings/patch.md)

---

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