v1

latestOpenAPI 3.0.32026-07-17485661.9 KB

Update compute overage settings

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.

put/spaces/{space_id}/overages

Path parameters

space_idstring required

Ghost space ID.

Request body

enabledboolean required

Set to true to enable overages, false to disable.

compute_limit_minutesinteger 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

Overage settings updated