Change Intelligence is coming.

alterStageComment

Last updated: August 12, 2026

Sets or removes the comment 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

newComment

String

New comment text to set (nested element)*

No

unsetComment

Boolean

Remove the existing comment*

No

* Exactly one of newComment or unsetComment must be specified.

Note: Stages use SET COMMENT = NULL to unset comments (unlike streams which use UNSET COMMENT).

loading

loading

loading

loading