v17

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08165682.0 MB
Databases

Update database throttler configurations

Authorization

A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:

Service Token Accesses write_database

OAuth Scopes

ResourceScopes
Organizationdeploy_deploy_requests
Databasedeploy_deploy_requests
patch/organizations/{organization}/databases/{database}/throttler

Path parameters

organizationstring required

The name of the organization that the throttled deploy requests belong to

databasestring required

The name of the database that the throttled deploy requests belong to

Request body

ratiointeger

A throttler ratio between 0 and 95 that will apply to all keyspaces in the database. 0 effectively disables throttler, while 95 drastically slows down deploy request migrations

configurationsstring[]

If specifying throttler ratios per keyspace, an array of { "keyspace_name": "mykeyspace", "ratio": 10 }, one for each eligible keyspace

Response

Database throttler configurations

keyspacesstring[] required

Keyspaces that are eligible for throttler configuration in the configurable resource (database or deploy request)