Databricks SDK for JavaScript
    Preparing search index...
    EndpointState: {
        DELETED: "DELETED";
        DELETING: "DELETING";
        RUNNING: "RUNNING";
        STARTING: "STARTING";
        STOPPED: "STOPPED";
        STOPPING: "STOPPING";
    } = ...

    State of a warehouse.

    Type Declaration

    • ReadonlyDELETED: "DELETED"

      Indicates an endpoint is deleted, and can not be recovered

    • ReadonlyDELETING: "DELETING"

      Indicates the endpoint is in the process of destroying

    • ReadonlyRUNNING: "RUNNING"

      Indicates the starting process is done, and the endpoint is ready to use

    • ReadonlySTARTING: "STARTING"

      Indicates that the endpoint is in the process of starting

    • ReadonlySTOPPED: "STOPPED"

      Indicates the endpoint is stopped, but can be started by calling start

    • ReadonlySTOPPING: "STOPPING"

      Indicates the endpoint is in the process of destroying