Skip to content

finops module route (requires finops:budget:write)

PUT
/v1/m/finops/budgets/{id}
curl --request PUT \
--url https://example.com/v1/m/finops/budgets/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '"example"'

Replaces one budget with the posted document; the name is required.

id
required
string

Path parameter id.

X-Olivares-Tenant
string format: uuid

Target tenant id; required when the principal can act in more than one tenant.

Media type application/json
object
action
string
default: alert
Allowed values: "" alert throttle block
currency
string
default: USD
dimension
string
default: global
Allowed values: "" global model provider agent session team project workspace api_key actor service_tier context_window inference_geo gateway user_group agent_group identity cost_center
enabled
boolean
fail_closed
boolean
id
string
key
string
limit_micro_usd
required
integer format: int64
>= 1
name
required
string
>= 1 characters
period
string
default: monthly
Allowed values: "" daily weekly monthly total
reserved_micro_usd
integer format: int64
thresholds
Array<number>
default: 0.5,0.8,1

OK

Media type application/json
object
Example generated
{}

Bad request

Media type application/json
object
Example generated
{}

Unauthenticated

Media type application/json
object
Example generated
{}

Forbidden

Media type application/json
object
Example generated
{}

Not found

Media type application/json
object
Example generated
{}

Conflict / setup required

Media type application/json
object
Example generated
{}

Rate limited

Media type application/json
object
Example generated
{}