Deleting a volume

A volume can be deleted by invoking the delete_volume() function and passing it the ID of the volume:

def delete_volume(conn):
volume_id = "78b54fbd-8b91-4741-9fa4-9fe5416a2e2c"
conn.block_store.delete_volume(volume_id)
..................Content has been hidden....................

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