Change Intelligence is coming.

alterStageTags

Last updated: August 12, 2026

Sets or removes tags on an existing stage in Snowflake.

Note: This change type does not support automatic rollback.

Available attributes

Attribute

Type

Description

Required

catalogName

String

Name of the catalog (database) containing the stage

No

schemaName

String

Name of the schema containing the stage

No

stageName

String

Name of the stage to alter

Yes

ifExists

Boolean

Don't error if the stage doesn't exist

No

setTags

MapWrapper

Key-value pairs of tags to set*

No

unsetTags

List<UnsetTag>

List of tag names to remove*

No

* Exactly one of setTags or unsetTags must be specified.

loading

loading

loading

loading