Python
from latitudesh_python_sdk import Latitudesh import os with Latitudesh( bearer=os.getenv("LATITUDESH_BEARER", ""), ) as latitudesh: res = latitudesh.servers.exit_rescue_mode(server_id="sv_3YjJOLQNdvZ87") # Handle response print(res)
{ "meta": {} }
Exits rescue mode on a given server.
Success
Was this page helpful?