setAppReservedThroughput
Reserve capacity for a shared app. A reservation is a FLOOR, not a ceiling: the platform provisions and holds a minimum for you and does not limit what you may use beyond it. Billed monthly from the org wallet whether or not it is used; upgrades are prorated for the current month. Note that the ~1 MB/s free-tier shaping is lifted by funding a wallet, not by reserving. Requires 'manage_billing' on the app's org.
setAppReservedThroughput(
input: SetAppReservedThroughputInput!
idempotencyKey: String
): SetAppReservedThroughputResult!
Arguments
setAppReservedThroughput.input ● SetAppReservedThroughputInput! non-null input
Org, app, and desired reserved throughput in bytes/s.
setAppReservedThroughput.idempotencyKey ● String scalar
Optional idempotency key. Recommended for retries: replaying with the same key and identical arguments returns the first result instead of re-applying.
Type
SetAppReservedThroughputResult object
Result of setAppReservedThroughput: updated app + reservation fee debited (0 when downgrading or unchanged).