# geni config unset (/cli/config/unset)



```sh
geni config unset <key>
```

Removes a key from the config file. The CLI falls back to its default afterwards, so unsetting doesn't leave anything broken.

## Synopsis [#synopsis]

```sh
geni config unset apiUrl
geni config unset dashboardUrl
```

| Arg     | Notes                                                                                       |
| ------- | ------------------------------------------------------------------------------------------- |
| `<key>` | One of `apiUrl`, `dashboardUrl`. See [config overview](/cli/config) for what each controls. |

## Output [#output]

```
✓ Unset apiUrl.
```
