rozod
    Preparing search index...

    Variable postCloudV2UniversesUniverseIdMemoryStoreFlushConst Api Param Description

    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>,
    > = ...

    POST https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/memory-store:flush Flush Memory Store body universe_id The universe ID. Asynchronously flush all data structures in the universe.