RebootInstances
The RebootInstances
operation requests a reboot of one or more
instances. This operation is asynchronous; it only queues a request
to reboot the specified instance(s). The operation will succeed if the instances
are valid and belong to the user. Requests to reboot terminated instances are ignored.
The following table describes the request parameters for
RebootInstance
. Parameter names are case
sensitive.
Name | Description | Required |
---|---|---|
|
One or more instance IDs. Type: String |
Yes |
The following table describes the default response tags included
in RebootInstances
responses.
Name | Description |
---|---|
result |
Type: xsd:boolean |
https://ec2.amazonaws.com/ ?Action=RebootInstances &InstanceId.1=i-2ea64347 &InstanceId.2=i-21a64348 &...auth parameters...
<RebootInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2007-08-29"> <return>true</return> </RebootInstancesResponse>