API Stability Short-Term

The disableFeature() GraphQL mutation may be used to disable a feature in LogScale. To disable multiple features, you'll have to execute this mutation for each separately: you can't do them in a comma-separated list.

This mutation won't work with a feature that has been marked as a rollout feature. Use first overrideRolledOutFeatureFlag() to override the rollout.

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

Syntax

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

graphql
disableFeature(
      feature: FeatureFlag!
   ): boolean!

Given Datatypes

For FeatureFlag, there are several parameters. Below is a list of them along with their datatypes and a description of each. To see them, though, you'll have to click on the Show Beta Features button above.

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