Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/particle/stop \ --header 'Content-Type: application/json' \ --data '{ "entity_id": 9 }'
{ "ok": true, "message": "<string>" }
deactivate a particle emitter
Deactivate an emitter: entity_id of the emitter entity.
entity_id
The body is of type any.
any
Emitter deactivated; ok is false with a message if the entity is missing or not an emitter.
ok