Databricks SDK for JavaScript
    Preparing search index...

    Request to delete a failover group.

    interface DeleteFailoverGroupRequest {
        etag?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    etag?: string

    Opaque version string for optimistic locking. If provided, must match the current etag. If omitted, the delete proceeds without an etag check.

    name?: string

    The fully qualified resource name of the failover group to delete. Format: accounts/{account_id}/failover-groups/{failover_group_id}.