MCPcopy
hub / github.com/trailofbits/algo / restart_server

Function restart_server

library/scaleway_compute.py:282–283  ·  view source on GitHub ↗
(compute_api, server)

Source from the content-addressed store, hash-verified

280
281
282def restart_server(compute_api, server):
283 return perform_action(compute_api=compute_api, server=server, action="reboot")
284
285
286def stop_server(compute_api, server):

Callers 1

restart_strategyFunction · 0.85

Calls 1

perform_actionFunction · 0.85

Tested by

no test coverage detected