
restart-app-server
******************


DESCRIPTION
===========

Causes the environment to restart the application container server
running on each Amazon EC2 instance.


SYNOPSIS
========

   aws elasticbeanstalk restart-app-server
     [--environment-id <value>]
     [--environment-name <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--environment-id"  (string)
   The ID of the environment to restart the server for.

   Condition: You must specify either this or an EnvironmentName, or
   both. If you do not specify either, AWS Elastic Beanstalk returns
   "MissingRequiredParameter" error.

"--environment-name"  (string)
   The name of the environment to restart the server for.

   Condition: You must specify either this or an EnvironmentId, or
   both. If you do not specify either, AWS Elastic Beanstalk returns
   "MissingRequiredParameter" error.
