Skip to main content

computeDeleteModule

Delete a compute module and (via cascade) its versions, triggers, and lease. Run history is retained for auditing. Returns true when a module was deleted. Requires the org 'manage_compute' permission.

computeDeleteModule(
appId: BigInt!
name: String!
): Boolean!

Arguments

computeDeleteModule.appId ● BigInt! non-null scalar

The app (tenant) that owns the module.

computeDeleteModule.name ● String! non-null scalar

The module name to delete.

Type

Boolean scalar

The Boolean scalar type represents true or false.