---
title: "Set organization-level configuration for database observability agents/plugins"
method: POST
path: "/v1/dbo/databases/config"
tags: ["dbo"]
---

# Set organization-level configuration for database observability agents/plugins

`POST /v1/dbo/databases/config`

Sets organization-level configuration for database observability agents/plugins.
They are overriden by any configuration options set at the individual database level.

Example configuration option:
* `disable-sampling`: true or false (default: false). If true, sampling is disabled for all databases observed by the organization.

Passing an empty value clears the organization-level configuration for that option.
[Database configuration files documentation](https://documentation.solarwinds.com/en/success_center/observability/content/intro/database/database-configuration-files.htm)

## Request body

- CommonKeyValuePair[]
  - `key` string, required — Key.
  - `value` string, required — Value.

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `500` — Server error

---

[API](https://skmtc.net/solarwinds/apis/solarwinds-observability.md) · [All operations](https://skmtc.net/solarwinds/apis/solarwinds-observability/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarwinds/solarwinds-observability/revisions/994e5ca64961/schema)
