Hyperdrive

HyperdriveResource

Domain types

Hyperdrive{…}
Hyperdrive

Configs

HyperdriveResource.Configs

Methods

list(, ): <>
get/accounts/{account_id}/hyperdrive/configs

Returns a list of Hyperdrives.

get(, , ):
get/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}

Returns the specified Hyperdrive configuration.

create(, ):
post/accounts/{account_id}/hyperdrive/configs

Creates and returns a new Hyperdrive configuration.

update(, , ):
put/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}

Updates and returns the specified Hyperdrive configuration.

edit(, , ):
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.

delete(, , ): | null
delete/accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}

Deletes the specified Hyperdrive.