Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
282
def
restart_server(compute_api, server):
283
return
perform_action(compute_api=compute_api, server=server, action=
"reboot"
)
284
285
286
def
stop_server(compute_api, server):
Callers
1
restart_strategy
Function · 0.85
Calls
1
perform_action
Function · 0.85
Tested by
no test coverage detected