# File lib/fog/joyent/models/compute/server.rb, line 47 def stop requires :id service.stop_machine(id) self.wait_for { stopped? } true end