Sub-Accounts
Patch Update a Sub-account
Use this Bolna API endpoint to partially modify and update sub-account properties, including its name and concurrency limits.
PATCH
cURL
This is a partial update — send only the fields you want to change. The following can be updated:
namemin_concurrency— guaranteed concurrency floor (0= no guarantee)max_concurrency— hard cap; omit to leave unchanged, sendnullto make the sub-account elastic,0to pause it
400 if it would break the organization’s concurrency envelope.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The sub-account ID (UUID).
Body
application/json
Fields to patch on the sub-account.
Name of the sub-account
Example:
"alpha-007"
Guaranteed concurrency reserved for this sub-account even when the organization is at capacity. 0 means no guarantee.
Example:
5
Hard cap on this sub-account's concurrency. Omit (or send null) for an elastic account that can burst into the organization's unused capacity. 0 pauses the sub-account.
Example:
20
Response
Updated sub-account
Previous
Track Sub-Account usageTrack usage for a specific sub-account giving you fine-grained insights into usage, consumption and billing.
Next
cURL

