@truenas/api-client
    Preparing search index...

    Interface VirtInstanceStopOptions

    Middleware rejects force: false with timeout: -1.

    interface VirtInstanceStopOptions {
        force?: boolean;
        timeout?: number;
    }
    Index
    force?: boolean
    timeout?: number