Start a stopped server or stop a running server.
| Method | URI | Description |
|---|---|---|
| POST | /v2/{tenant_id}/servers/{server_id}/action | Starts a stopped server and changes its status to ACTIVE. |
| POST | /v2/{tenant_id}/servers/{server_id}/action | Stops a running server and changes its status to STOPPED. |

