Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteDatabaseInstanceRequest

    interface DeleteDatabaseInstanceRequest {
        force?: boolean;
        name?: string;
        purge?: boolean;
    }
    Index

    Properties

    Properties

    force?: boolean

    By default, an instance cannot be deleted if it has descendant instances created via PITR. If this flag is specified as true, all descendent instances will be deleted as well.

    name?: string

    Name of the instance to delete.

    purge?: boolean

    Deprecated. Omitting the field or setting it to true will result in the field being hard deleted. Setting a value of false will throw a bad request.