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

ProjectsLocationsInstancesDeleteOptions

import type { ProjectsLocationsInstancesDeleteOptions } from "https://googleapis.deno.dev/v1/file:v1.ts";

Additional options for file#projectsLocationsInstancesDelete.

interface ProjectsLocationsInstancesDeleteOptions {
force?: boolean;
}

§Properties

§
force?: boolean
[src]

If set to true, all snapshots of the instance will also be deleted. (Otherwise, the request will only work if the instance has no snapshots.)