API Stability Short-Term

The disableFeatureForOrg() GraphQL mutation is used to disable a feature for a specific organization in LogScale.

For more information on enabling and disabling features, see the Enabling & Disabling Feature Flags reference page.

Syntax

Below is the syntax for the disableFeatureForOrg() mutation field:

graphql
disableFeatureForOrg(
      orgId: string!, 
      feature: FeatureFlag!
   ): boolean!

Given Datatypes

For FeatureFlag, there are several parameters that may be given. To see them, you'll have to click the Show Beta Features button above. When you do, you'll see a list of the choices:

Table: FeatureFlag

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Mar 14, 2025