TypeScript
import { Latitudesh } from "latitudesh-typescript-sdk"; const latitudesh = new Latitudesh({ bearer: process.env["LATITUDESH_BEARER"] ?? "", }); async function run() { await latitudesh.servers.unscheduleDeletion({ serverId: "<id>", }); } run();
Unschedules the server removal at the end of the billing cycle.
No Content
Was this page helpful?