rozod
    Preparing search index...

    Variable postCloudV2UniversesUniverseIdMemoryStoreFlushConst Param

    postCloudV2UniversesUniverseIdMemoryStoreFlush: EndpointGeneric<
        { universe_id: string },
        {
            done: boolean;
            error: { code: number; details: { "@type": string }[]; message: string };
            metadata: { "@type": string };
            path: string;
            response: { "@type": string };
        },
        Record<string, never>,
    > = ...

    STABLE

    Asynchronously flush all data structures in the universe.

    Scopes: memory-store:flush Engine: Not available in-engine

    body universe_id The universe ID.