ALTER APPLICATION UNSET CONFIGURATION

Unsets an app configuration definition for a Snowflake Native App.

Note

This command can only be used by a Snowflake Native App.

See also:

ALTER APPLICATION SET CONFIGURATION DEFINITION, ALTER APPLICATION DROP CONFIGURATION DEFINITION

Syntax

ALTER APPLICATION <app> UNSET CONFIGURATION <config>;
Copy

Parameters

app

Identifier for the Snowflake Native App.

config

Identifier for the app configuration definition to unset.

Usage notes

  • This command can only be used by a consumer. This command cannot be used by the Snowflake Native App itself.

  • After unsetting a configuration, the app’s status is updated to PENDING.

  • To unset a configuration, the current role must be granted an application role that has access to the configuration (that is, one of the application roles specified in the APPLICATION_ROLES field in the ALTER APPLICATION SET CONFIGURATION DEFINITION command).