MCPcopy Create free account
hub / github.com/aws/aws-cli / uninstall

Method uninstall

awscli/customizations/codedeploy/systems.py:193–196  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

191 subprocess.check_call([f'./{self.INSTALLER}', 'auto'], env=environment)
192
193 def uninstall(self, params):
194 process = self._stop_agent(params)
195 if process.returncode == 0:
196 self._remove_agent(params)
197
198 def _update_system(self, params):
199 raise NotImplementedError('preinstall')

Callers 1

_uninstall_agentMethod · 0.45

Calls 2

_stop_agentMethod · 0.95
_remove_agentMethod · 0.95

Tested by

no test coverage detected