shell> curl -X PUT --dump - http://localhost:8529/_api/replication/applier-stop HTTP/1.1 200 OK content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "state" : { "running" : false, "lastAppliedContinuousTick" : null, "lastProcessedContinuousTick" : null, "lastAvailableContinuousTick" : null, "safeResumeTick" : null, "progress" : { "time" : "2017-07-12T19:00:40Z", "message" : "applier shut down", "failedConnects" : 0 }, "totalRequests" : 0, "totalFailedConnects" : 0, "totalEvents" : 0, "totalOperationsExcluded" : 0, "lastError" : { "errorNum" : 1402, "time" : "2017-07-12T19:00:40Z", "errorMessage" : "got invalid response from master at tcp://127.0.0.1:8529: HTTP 401: Unauthorized" }, "time" : "2017-07-12T19:00:40Z" }, "server" : { "version" : "3.2.devel", "serverId" : "97061087035220" }, "endpoint" : "tcp://127.0.0.1:8529", "database" : "_system" }