Rescue a Slice

Type: POST

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

Curl
 curl --request POST \
      --url https://cloud.syminet.com/api/v1/slices/SLICE_ID/rescue \
      --header "authorization:bearer $API_TOKEN"

Response: 202 OK