shell> curl -X PUT --dump - http://localhost:8529/_api/replication/applier-stop HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "state" : { "running" : false, "lastAppliedContinuousTick" : null, "lastProcessedContinuousTick" : null, "lastAvailableContinuousTick" : null, "safeResumeTick" : null, "progress" : { "time" : "2015-09-30T15:40:10Z", "message" : "applier shut down", "failedConnects" : 1 }, "totalRequests" : 3, "totalFailedConnects" : 3, "totalEvents" : 0, "totalOperationsExcluded" : 0, "lastError" : { "time" : "2015-09-30T15:40:11Z", "errorMessage" : "could not connect to master at tcp://127.0.0.1:8529: Could not connect to 'tcp://127.0.0.1:8529' 'connect() failed with #111 - Connection refused'", "errorNum" : 1412 }, "time" : "2015-09-30T15:40:11Z" }, "server" : { "version" : "2.7.0-devel", "serverId" : "4865533481307" }, "endpoint" : "tcp://127.0.0.1:8529", "database" : "_system" }