# couchdb > Apache CouchDB 数据库服务器的命令行界面。 > 更多信息:。 - 启动 CouchDB: `couchdb` - 启动 CouchDB 交互式 shell: `couchdb -i` - 将 CouchDB 作为后台进程启动: `couchdb -b` - 杀死后台进程(注意:如果需要,它会自动重启): `couchdb -k` - 关闭后台进程: `couchdb -d`