Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Latest commit

 

History

History
327 lines (252 loc) · 10.3 KB

configuration.rst

File metadata and controls

327 lines (252 loc) · 10.3 KB

Configuration

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

Accessing the local node's configuration

The literal string _local serves as an alias for the local node name, so for all configuration URLs, {node-name} may be replaced with _local, to interact with the local node's configuration.

/_node/{node-name}/_config

/_node/{node-name}/_config/{section}

/_node/{node-name}/_config/{section}/{key}

/_node/{node-name}/_config/_reload

3.0