| Method | URI | Description |
|---|---|---|
| POST | /v2/{tenant_id}/servers/{server_id}/action | Resets the state of a server to a specified state. |
Normal response codes: 202
This table shows the URI parameters for the reset server state request:
| Name | Type | Description |
|---|---|---|
| String | The ID for the tenant or account in a multi-tenancy cloud. |
| UUID | The UUID for the server of interest to you. |
Example 3.24. Reset server state: XML request
<?xml version="1.0" encoding="UTF-8"?>
<os-resetState>
<state>active</state>
</os-resetState>This operation does not require a request body.

