Stopping a VM

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)
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.119.17.64