workspace_conf_set
Set or unset Databricks workspace configuration values by specifying key-value pairs and optionally a list of keys to remove.
Instructions
Set (or unset) workspace configuration values via PATCH /workspace-conf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Mapping of configuration key -> value to set. Pass an empty string for ``remove`` (in the JSON body, key ``"remove"`` is a list of keys to delete). | |
| remove | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |