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 |
|---|---|---|---|
| String | Name of the catalog (database) containing the stage | No |
| String | Name of the schema containing the stage | No |
| String | Name of the stage to alter | Yes |
| Boolean | Don't error if the stage doesn't exist | No |
| MapWrapper | Key-value pairs of tags to set* | No |
| List<UnsetTag> | List of tag names to remove* | No |
* Exactly one of setTags or unsetTags must be specified.
loading
loading
loading
loading