Updates one or more attributes of an existing sub-API key. Omitted fields are left unchanged.
credit_used exceeds its credit_limit, the key is automatically blocked (returns 429 Too Many Requests on inference calls). To unblock it without waiting for the next cycle reset, raise the credit_limit via this endpoint:
allowed_models to remove all model restrictions, giving the sub-key access to all models available to the admin:
The access token received from the authorization server in the OAuth 2.0 flow.
Admin API key that owns the sub-key. Admin API key (io.net Intelligence)
UUID of the sub-key to update.
All fields are optional. Only provided fields are updated.
New model allow-list. Pass an empty array [] to remove all restrictions.
New per-cycle credit cap. Set to a higher value to unblock a key that has exceeded its limit.
x >= 08h, daily, weekly, monthly Sub-key updated successfully
"succeeded"