Databricks SDK for JavaScript
    Preparing search index...
    InstancePoolState: { ACTIVE: "ACTIVE"; DELETED: "DELETED"; STOPPED: "STOPPED" } = ...

    The state of a Cluster. The current allowable state transitions are as follows:

    • ACTIVE -> STOPPED
    • ACTIVE -> DELETED
    • STOPPED -> ACTIVE
    • STOPPED -> DELETED

    Type Declaration

    • ReadonlyACTIVE: "ACTIVE"

      Indicates an instance pool is active for use.

    • ReadonlyDELETED: "DELETED"

      Indicates the instance pool has been deleted and should no longer exist.

    • ReadonlySTOPPED: "STOPPED"

      Indicates an instance pool has been stopped so no more clusters should be able to get instances from the pool.