v1
latestOpenAPI 3.0.42026-08-068161,1253.1 MBData 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:
| Value | Description |
|---|---|
| LIVE | Flush the live memory store scope. This is the default. |
| TEST | Flush the test memory store scope. |
Response
OK
Example response
{
"done": true
}