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.
Request Parameters
The following table describes the request parameters for
RebootInstances
. Parameter names are case
sensitive.
Name | Description | Required |
---|---|---|
|
One or more instance IDs. Type: xsd:string[] |
Yes |
Response Elements
The following table describes the default response tags included
in RebootInstances
responses.
Name | Description |
---|---|
|
Type: xsd:boolean |
Sample Request
<RebootInstances xmlns="http://ec2.amazonaws.com/doc/2008-08-08"> <instancesSet> <item> <instanceId>i-28a64341</instanceId> </item> </instancesSet> </RebootInstances>
Sample Response
<RebootInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2008-08-08"> <return>true</return> </RebootInstancesResponse>