SetAppReservedThroughputInput
Set or change an app's reserved sustained throughput on the shared environment.
input SetAppReservedThroughputInput {
orgId: BigInt!
appId: BigInt!
reservedBytesPerSec: BigInt!
}
Fields
SetAppReservedThroughputInput.orgId ● BigInt! non-null scalar
Organization that owns the app.
SetAppReservedThroughputInput.appId ● BigInt! non-null scalar
App to configure reserved throughput for.
SetAppReservedThroughputInput.reservedBytesPerSec ● BigInt! non-null scalar
Reserved sustained egress in bytes/s (decimal MB/s: 1_000_000 = 1 MB/s). 0 clears the reservation (free tier).
Member Of
setAppReservedThroughput mutation