Delete Observability
Remove the singleton observability row.
After delete, the engine assembly drops the observability list. The reload pipeline reassembles + validates so a misconfigured agent surfaces as a 422 rather than leaving the engine in a half deleted state.
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Response
Successful Response
Body of a DELETE response for a singleton resource.
Singleton resources (memory, future ones) are addressed by route instead of by id, so the response carries only the deletion flag.
Reload outcome attached to every admin mutation response.
reloaded means DB committed and runtime now uses the new config.
restart_required means DB committed and process restart is needed.
reload_failed means DB rolled back and runtime is unchanged.