setAppReservedThroughput
Reserve sustained egress throughput for a shared app (bypasses the ~1 MB/s free-tier rate limit). Billed at $3/MB/s/month from the org wallet; upgrades are prorated for the current month. 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).