Hyperdrive
hyperdrive
Domain types
Configuration = { host, port, database, 3 more... } | { access_client_id, access_client_secret, host, 4 more... }
Hyperdrive = { id, name, origin, 1 more... }
Hyperdrive
Configs
hyperdrive.configs
Methods
post/accounts/{account_id}/hyperdrive/configs
Creates and returns a new Hyperdrive configuration.
Delete Hyperdrive -> Envelope<unknown>
delete/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Deletes the specified Hyperdrive.
patch/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Patches and returns the specified Hyperdrive configuration. Custom caching settings are not kept if caching is disabled.
get/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Returns the specified Hyperdrive configuration.
Security
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Accepted Permissions (at least one required)
Hyperdrive Write Hyperdrive Read
Parameters
account_id: string
(maxLength: 32)Identifier
hyperdrive_id: string
(maxLength: 32)Identifier
Response fields
result:
success: true
Whether the API call was successful
Request example
200Example
get/accounts/{account_id}/hyperdrive/configs
Returns a list of Hyperdrives
put/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}
Updates and returns the specified Hyperdrive configuration.