April 2018
Intermediate to advanced
280 pages
8h 37m
English
You can stop a running VM by invoking the stop_server() function call. This is very similar to the start_server() function call:
def stop_server(conn): server_id="7cdaa375-f1b5-40ab-81bd-7e3d052f370d" conn.compute.stop_server(server_id)