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 |
|---|---|---|---|
| String | Name of the warehouse to alter | Yes |
| Boolean | If true, only alters if the warehouse exists | No |
| Nested | Key-value pairs of tags to set* | No |
| 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 |
|---|---|---|---|
|
| Tag name | Yes |
|
| Tag value | Yes |
unsetTags - Tags to remove:
Element | Attribute | Description | Required |
|---|---|---|---|
|
| Name of tag to remove | Yes |