| Method | URI | Description |
|---|---|---|
| GET | /v2/{tenant_id}/os-hosts/{host_name}/reboot | Reboots a host. |
Normal response codes: 200
This table shows the URI parameters for the reboot host request:
| Name | Type | Description |
|---|---|---|
| String | The ID for the tenant or account in a multi-tenancy cloud. |
| String | The name of the host of interest to you. |
This operation does not require a request body.
Example 3.227. Reboot host: JSON response
{
"host": "066bf157ab50481d8c607cfe584b2230",
"power_action": "reboot"
}Example 3.228. Reboot host: XML response
<?xml version='1.0' encoding='UTF-8'?> <host host="ce8c5f8cde4a46ffb01dec0788ad4dfc" power_action="reboot"/>
This operation does not return a response body.

