Consul's new version uses the PUT method instead of the GET method of HTTP to deactivate services. In the Agent class, simply write return ```python self._put_no_response_body(['deregister', service_id]) ```