szymon_dybczak
Esteemed Contributor III

Hi @NielsMH ,

By default, the Databricks CLI looks for the .databrickscfg file in your ~ (your user home) folder on Unix. You can try to delete this file and run configuration process again.
You can also use describe command to check what credentials and the source of those credentials are being used by CLI:

 

 

databricks auth describe

 

But I suspect you may have encountered the case described below, which is CLI is inferring host from the bundle in the same path. To check if that's the case run the command above

https://github.com/databricks/cli/issues/1358