Update Quota
Accounts
Update Quota
Updates a quota.
PATCH
Update Quota
Documentation Index
Fetch the complete documentation index at: https://docs.fireworks.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Query Parameters
If true, and the quota does not exist, it will be created.
Body
application/json
The properties of the quota being updated. quota.name must
be populated with the updated resource's name.
Response
200 - application/json
A successful response.
The value of the quota being enforced. This may be lower than the max_value if the user manually lowers it.
The maximum approved value.
The usage of the quota.
The update time for the quota.
Get Quota
Previous
Get account usage (serverless and dedicated deployments).
Optionally filter by usage type via the usage_type field. If not specified, returns all usage types.
TODO: rename this to /accountUsage
Next