---
title: "Reset AI operator accumulated state"
method: POST
path: "/v1/ai/operators/{operator-id}/reset-memento"
tags: ["AI Operators"]
---

# Reset AI operator accumulated state

`POST /v1/ai/operators/{operator-id}/reset-memento`

Clear the instance's accumulated adaptive state (memento, current focus, watch list, and iteration counter). The next execution starts from a clean slate.

## Path parameters

- `operator-id` integer, required

## Response `204`

State reset

## Other responses

- `403` — Insufficient access rights
- `404` — Instance not found

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/revisions/070b10a450e2/schema)
