diff --git a/consul/base.py b/consul/base.py index ee6ab254..9b904174 100755 --- a/consul/base.py +++ b/consul/base.py @@ -907,6 +907,7 @@ def deregister(self, service_id): take care of deregistering the service with the Catalog. If there is an associated check, that is also deregistered. """ + return self.agent.http.put( CB.bool(), '/v1/agent/service/deregister/%s' % service_id)