Change Intelligence is coming.

alterRoleTags

Last updated: July 13, 2026

Sets or removes tags on an existing role in Snowflake.

Note: This change type does not support automatic rollback or database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands).

Available attributes

Attribute

Type

Description

Required

roleName

String

Name of the role to alter

Yes

ifExists

Boolean

Only alter if the role exists using IF EXISTS

No

setTags

Map

Key-value pairs of tags to set on the role*

No

unsetTags

List

List of tag names to remove from the role*

No

* Exactly one of setTags or unsetTags must be specified. Tags must exist before use.

unsetTag attributes

Attribute

Type

Description

Required

tagName

String

Name of tag to remove

Yes

loading

loading

loading

loading