Chapter 10. CouchDB API Server Configuration Methods

Table of Contents

10.1. GET /_config
10.2. GET /_config/section
10.3. GET /_config/section/key
10.4. PUT /_config/section/key
10.5. DELETE /_config/section/key

The CouchDB API Server Configuration Methods provide an interface to query and update the various configuration values within a running CouchDB instance.

A list of the available methods and URL paths are provided below:

Table 10.1. Configuration API Calls