# File lib/fog/compute/models/aws/server.rb, line 77 def destroy requires :id connection.terminate_instances(id) true end