MCPcopy Index your code
hub / github.com/aws/aws-cli / _uninstall_agent

Method _uninstall_agent

awscli/customizations/codedeploy/uninstall.py:55–58  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

53 return 0
54
55 def _uninstall_agent(self, params):
56 sys.stdout.write('Uninstalling the AWS CodeDeploy Agent... ')
57 params.system.uninstall(params)
58 sys.stdout.write('DONE\n')
59
60 def _delete_config_file(self, params):
61 sys.stdout.write('Deleting the on-premises instance configuration... ')

Callers 1

_run_mainMethod · 0.95

Calls 2

writeMethod · 0.45
uninstallMethod · 0.45

Tested by

no test coverage detected