module Compute
    class CloudAtCost
      class Real
        def power_off(id)
          body = { sid: id.to_s, action: 'poweroff' }