v2

latestOpenAPI 3.1.02026-07-262937191.0 MB
beta.admin.billing

Update Spend Limits

Update the Organization usage limit.

post/v1/admin/spend-limit

Request body

amountinteger required

New monthly usage limit amount.

no_monthly_limitboolean

Whether to remove the monthly usage limit.

Response

OK

Example response

{
  "limits": {
    "currency": "USD"
  }
}