---
title: "Update compute overage settings"
method: PUT
path: "/spaces/{space_id}/overages"
---

# Update compute overage settings

`PUT /spaces/{space_id}/overages`

Enables or disables compute overage billing for the space, optionally
setting a monthly compute-minute cap above which standard databases
auto-pause. Requires a user JWT and a payment method on file.

## Path parameters

- `space_id` string, required

## Request body

- UpdateOverageSettingsRequest — Request body for updating compute overage settings on a space.
  - `enabled` boolean, required — Set to true to enable overages, false to disable.
  - `compute_limit_minutes` integer, nullable — Optional when `enabled` is true: the monthly compute-minute limit above which standard databases auto-pause. Must be greater than the free-tier limit (6000 minutes). Omit or set to `null` for no limit — the user is billed for all overage usage with no upper bound. Must be omitted (or `null`) when `enabled` is false; on disable the server resets the limit to the free-tier default.

## Response `204`

Overage settings updated

## Other responses

- `default` — Error response

## Changes

- **2026-08-11** `42816b90d8d6` — 1 warning
  - added the new `signups_disabled` enum value to the `code` response property for the response status `default`
- **2026-06-23** `d0e78bae6ce1` — 1 warning
  - added the new `compute_limit_exceeded` enum value to the `code` response property for the response status `default`
- **2026-06-22** `bdf92f48aec1` — 1 info
  - added the optional property `code` to the response with the `default` status
- **2026-05-29** `6601f3a3e044` — 1 info
  - endpoint added
- **2026-04-17** `a7becb6668ec` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timescale/apis/ghost-api/changes/spaces/:space_id/overages/put.md)

---

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