Change Intelligence is coming.

alterWarehouseTags

Last updated: August 12, 2026

Sets or unsets tags on an existing Snowflake warehouse.

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

warehouseName

String

Name of the warehouse to alter

Yes

ifExists

Boolean

If true, only alters if the warehouse exists

No

setTags

Nested

Key-value pairs of tags to set*

No

unsetTags

Nested

List of tag names to remove*

No

*Exactly one of setTags or unsetTags must be specified.

Nested elements

setTags (MapWrapper) - Key-value pairs of tags to set:

Element

Attribute

Description

Required

entry

key

Tag name

Yes

entry

value

Tag value

Yes

unsetTags - Tags to remove:

Element

Attribute

Description

Required

unsetTag

tagName

Name of tag to remove

Yes

loading

loading

loading

loading