---
title: "Get spend cap settings"
method: GET
path: "/api/v1/functions/spend-settings"
tags: ["Functions"]
---

# Get spend cap settings

`GET /api/v1/functions/spend-settings`

The monthly spend cap is ON by default ($50/month). At the cap your
functions pause — they stop serving instead of charging you — and
resume automatically next month or when you raise the cap.

## Response `200`

Spend cap settings

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

## Other responses

- `401` — Authentication required

---

[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/2f4df56be77c/schema)
