osc compute server unrescue
Unrescues a server. Changes status to ACTIVE.
Specify the unrescue action in the request body.
Preconditions
The server must exist.
You can only unrescue a server when its status is RESCUE.
Asynchronous Postconditions
After you successfully unrescue a server and make a GET /servers/{server_id} request, its status changes to ACTIVE.
Normal response codes: 202
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404), conflict(409), notImplemented(501)
Usage: osc compute server unrescue --unrescue <JSON> <ID>
Arguments:
<ID>— id parameter for /v2.1/servers/{id}/action API
Options:
--unrescue <JSON>