v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Data and memory stores

Flush Memory Store

Asynchronously flush all data structures in the universe.

Unlike some other endpoints, the flush response path already includes the cloud/v2 prefix. Poll the operation at https://apis.roblox.com/{path} without adding another prefix.

post/cloud/v2/universes/{universe_id}/memory-store:flush

Path parameters

universe_idstring required

The universe ID.

Query parameters

scope'LIVE' | 'TEST' enum
Example:LIVE

The scope of the memory store to flush.

Possible values:

ValueDescription
LIVEFlush the live memory store scope. This is the default.
TESTFlush the test memory store scope.

Response

OK

pathstring

The server-assigned path, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the path should be a resource path ending with operations/{unique_id}.

doneboolean

If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.

Example response

{
  "done": true
}