---
title: "Add item to AI disabled list"
method: POST
path: "/v1/ai/disabled-items"
tags: ["AI Management"]
---

# Add item to AI disabled list

`POST /v1/ai/disabled-items`

Add a skill or function name to the stop list. The item does not need to correspond to a currently registered entity. Requires MANAGE_AI_SKILLS access right.

## Request body

- object
  - `type` 'S' | 'F', required — Item type - S for skill, F for function
  - `name` string, required — Name of the skill or function to disable

## Response `204`

Item added to disabled list successfully

## Other responses

- `400` — Invalid or missing type/name
- `401` — Unauthorized
- `403` — Insufficient access rights
- `500` — Database failure

---

[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/versions/14d93e5115dd/schema)
