snow connection remove¶
Removes a connection from configuration file.
Syntax¶
snow connection remove <connection_name> --format <format> --verbose --debug --silent --enhanced-exit-codes Arguments¶
connection_nameName of the connection to remove.
Options¶
--format [TABLE|JSON|JSON_EXT|CSV]Specifies the output format. Default: TABLE.
--verbose, -vDisplays log entries for log levels
infoand higher. Default: False.--debugDisplays log entries for log levels
debugand higher; debug logs contain additional information. Default: False.--silentTurns off intermediate output to console. Default: False.
--enhanced-exit-codesDifferentiate exit error codes based on failure type. Default: False.
--helpDisplays the help text for this command.
Usage notes¶
None.
Examples¶
To remove a connection, execute a snow connection remove command similar to the following:
snow connection remove bad_connection Removed connection bad_connection from /Users/jdoe/.snowflake/config.toml.