Skip to main content
DELETE
/
servers
/
{server_id}
/
schedule_deletion
Python (SDK)
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 ...

Documentation Index

Fetch the complete documentation index at: https://www.latitude.sh/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

server_id
string
required

Response

204

No Content