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

    Lifecycle configuration for idle and resume behavior. Configure idle policy via lifecycle.after_idle (if both this and the top-level after_idle are set, they must match) and resume triggers via lifecycle.resume_triggers.

    interface Lifecycle {
        after_idle?: AfterIdle | null;
        resume_triggers?: ResumeTriggers | null;
    }
    Index

    Properties

    after_idle?: AfterIdle | null

    Configure Devbox lifecycle based on idle activity. If both this and the top-level after_idle are set, they must have the same value. Prefer this field for new integrations.

    resume_triggers?: ResumeTriggers | null

    Triggers that can resume a suspended Devbox.