Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Python
from latitudesh_python_sdk import Latitudesh import os with Latitudesh( bearer=os.getenv("LATITUDESH_BEARER", ""), ) as latitudesh: res = latitudesh.servers.start_rescue_mode(server_id="sv_WeGoqAWNOP7nz") # Handle response print(res)
{ "meta": {} }
Starts rescue mode on a given server.
Created
Was this page helpful?