Apache CouchDB®Logo
3.2

Table of Contents

User Guides

  • 1. Introduction
  • 2. Replication
  • 3. Design Documents
  • 4. Best Practices

Administration Guides

  • 1. Installation
  • 2. Setup
  • 3. Configuration
  • 4. Cluster Management
  • 5. Maintenance
  • 6. Fauxton
  • 7. Experimental Features

Reference Guides

  • 1. API Reference
    • 1.1. API Basics
    • 1.2. Server
      • 1.2.1. /
      • 1.2.2. /_active_tasks
      • 1.2.3. /_all_dbs
      • 1.2.4. /_dbs_info
      • 1.2.5. /_cluster_setup
      • 1.2.6. /_db_updates
      • 1.2.7. /_membership
      • 1.2.8. /_replicate
      • 1.2.9. /_scheduler/jobs
      • 1.2.10. /_scheduler/docs
      • 1.2.11. /_node/{node-name}
      • 1.2.12. /_node/{node-name}/_stats
      • 1.2.13. /_node/{node-name}/_prometheus
      • 1.2.14. /_node/{node-name}/_system
      • 1.2.15. /_node/{node-name}/_restart
      • 1.2.16. /_search_analyze
      • 1.2.17. /_utils
      • 1.2.18. /_up
      • 1.2.19. /_uuids
      • 1.2.20. /favicon.ico
      • 1.2.21. /_reshard
      • 1.2.22. Authentication
      • 1.2.23. Configuration
    • 1.3. Databases
    • 1.4. Documents
    • 1.5. Design Documents
    • 1.6. Partitioned Databases
    • 1.7. Local (non-replicating) Documents
  • 2. JSON Structure Reference
  • 3. Query Server
  • 4. Partitioned Databases

Other

  • 1. Release Notes
  • 2. Security Issues / CVEs
  • 3. Reporting New Security Problems with Apache CouchDB
  • 4. License
  • 5. Contributing to this Documentation

Quick Reference Guides

  • API Quick Reference
  • Configuration Quick Reference

Local Links

  • Fauxton

More Help

  • CouchDB Homepage
  • Mailing Lists
  • Realtime Chat
  • Issue Tracker
  • Download Docs
Apache CouchDB®
  • »
  • 1. API Reference »
  • 1.2. Server
  • View page source

1.2. Server¶

The CouchDB server interface provides the basic interface to a CouchDB server for obtaining CouchDB information and getting and setting configuration information.

  • 1.2.1. /
  • 1.2.2. /_active_tasks
  • 1.2.3. /_all_dbs
  • 1.2.4. /_dbs_info
  • 1.2.5. /_cluster_setup
  • 1.2.6. /_db_updates
  • 1.2.7. /_membership
  • 1.2.8. /_replicate
    • 1.2.8.1. Replication Operation
    • 1.2.8.2. Specifying the Source and Target Database
    • 1.2.8.3. Single Replication
    • 1.2.8.4. Continuous Replication
    • 1.2.8.5. Canceling Continuous Replication
  • 1.2.9. /_scheduler/jobs
  • 1.2.10. /_scheduler/docs
  • 1.2.11. /_node/{node-name}
  • 1.2.12. /_node/{node-name}/_stats
  • 1.2.13. /_node/{node-name}/_prometheus
  • 1.2.14. /_node/{node-name}/_system
  • 1.2.15. /_node/{node-name}/_restart
  • 1.2.16. /_search_analyze
  • 1.2.17. /_utils
  • 1.2.18. /_up
  • 1.2.19. /_uuids
  • 1.2.20. /favicon.ico
  • 1.2.21. /_reshard
  • 1.2.22. Authentication
    • 1.2.22.1. Basic Authentication
    • 1.2.22.2. Cookie Authentication
      • 1.2.22.2.1. /_session
    • 1.2.22.3. Proxy Authentication
    • 1.2.22.4. JWT Authentication
  • 1.2.23. Configuration
    • 1.2.23.1. Accessing the local node’s configuration
    • 1.2.23.2. /_node/{node-name}/_config
    • 1.2.23.3. /_node/{node-name}/_config/{section}
    • 1.2.23.4. /_node/{node-name}/_config/{section}/{key}
    • 1.2.23.5. /_node/{node-name}/_config/_reload
Previous Next

© Copyright 2021, Apache Software Foundation. CouchDB® is a registered trademark of the Apache Software Foundation.

Built with Sphinx using a theme provided by Read the Docs.