---
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

## Changes

- **2026-07-11** `38f213f6e6b4` — 1 info
  - endpoint added
- **2026-05-08** `c6aaf3632e48` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/ai/operators/:operator-id/reset-memento/post.md)

---

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