from latitudesh_python_sdk import Latitudesh
import os
with Latitudesh(
bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:
latitudesh.servers.unschedule_deletion(server_id="sv_Z8rodmJGq1jLB")
# Use the SDK ...Unschedules the server removal at the end of the billing cycle.
from latitudesh_python_sdk import Latitudesh
import os
with Latitudesh(
bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:
latitudesh.servers.unschedule_deletion(server_id="sv_Z8rodmJGq1jLB")
# Use the SDK ...Was this page helpful?