Skip to main content
POST
/
reset
Reset the world
curl --request POST \
  --url http://localhost:3917/reset
{
  "ok": true,
  "message": "<string>"
}

Response

200 - application/json

World reset; Persistent entities preserved.

ok
boolean
required
message
string | null