Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteInstanceRequest

import type { DeleteInstanceRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface DeleteInstanceRequest {
forceDeleteAddOns?: boolean | null;
instanceName: string;
}

§Properties

§
forceDeleteAddOns?: boolean | null
[src]

A Boolean value to indicate whether to delete the enabled add-ons for the disk.

§
instanceName: string
[src]

The name of the instance to delete.