Databricks SDK for JavaScript
    Preparing search index...

    Interface CancelPendingClusterEnforcementRequest

    Request to cancel the pending enforcement for a cluster.

    interface CancelPendingClusterEnforcementRequest {
        allowMissing?: boolean;
        clusterId?: string;
    }
    Index

    Properties

    allowMissing?: boolean

    If true and no pending enforcement exists, the request will succeed but no action will be taken.

    clusterId?: string

    The ID of the cluster to cancel the pending enforcement for.