@runloop/api-client - v1.31.0
    Preparing search index...

    Interface DevboxEvictionEventView

    interface DevboxEvictionEventView {
        devbox_id: string;
        eviction_deadline_ms: number;
    }
    Index

    Properties

    devbox_id: string

    The ID of the Devbox with a pending eviction.

    eviction_deadline_ms: number

    Unix timestamp (milliseconds) after which the Devbox will be suspended. Advisory and best-effort.