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