Skip to main content
POST
/
reset
reset the world (preserves Persistent entities like ground/lights)
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