Update organization spend limit
$ openai admin:organization:spend-limit update
POST/organization/spend_limit
Create or replace the organization’s hard spend limit.
Update organization spend limit
openai admin:organization:spend-limit update \
--admin-api-key 'My Admin API Key' \
--currency USD \
--interval month \
--threshold-amount 1{
"object": "organization.spend_limit",
"threshold_amount": 10000,
"currency": "USD",
"interval": "month",
"enforcement": {
"status": "enforcing"
}
}
Returns Examples
{
"object": "organization.spend_limit",
"threshold_amount": 10000,
"currency": "USD",
"interval": "month",
"enforcement": {
"status": "enforcing"
}
}