Skip to main content

clearAppComputeBudget

Remove an app's compute allowance, returning it to observation against the platform reference allowance. Returns true if an allowance was removed. Requires app-admin ('manage_apps').

clearAppComputeBudget(
appId: BigInt!
): Boolean!

Arguments

clearAppComputeBudget.appId ● BigInt! non-null scalar

The app (tenant) whose allowance to remove.

Type

Boolean scalar

The Boolean scalar type represents true or false.