# File lib/rhc/commands/deployment.rb, line 76
    def activate(id)
      rest_app = find_app

      raise RHC::DeploymentsNotSupportedException.new if !rest_app.supports? "DEPLOY"

      activate_deployment(rest_app, id)
      0
    end