Rescue a Slice ============== .. role:: green **Type:** :guilabel:`POST` .. py:function:: https://cloud.syminet.com/api/v1/slices/{SLICE_ID}/rescue Rescue ``SLICE_ID``. Slice will be shut down, root password reset and emailed to account which made the request. **Required URL Parameters:** SLICE_ID Slice ID to rescue .. code-block:: shell :caption: Curl curl --request POST \ --url https://cloud.syminet.com/api/v1/slices/SLICE_ID/rescue \ --header "authorization:bearer $API_TOKEN" **Response:** :green:`202 OK`