---
title: "Enable an object tool"
method: POST
path: "/v1/object-tools/{tool-id}/enable"
tags: ["Object Tools"]
---

# Enable an object tool

`POST /v1/object-tools/{tool-id}/enable`

Clears the `disabled` flag on the tool. Requires SYSTEM_ACCESS_MANAGE_TOOLS.

## Path parameters

- `tool-id` integer, required

## Response `204`

Object tool enabled.

## Other responses

- `400` — Invalid tool ID.
- `403` — Insufficient access rights (SYSTEM_ACCESS_MANAGE_TOOLS required).
- `500` — Database failure.

## Changes

- **2026-05-18** `5a88701fa088` — 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/object-tools/:tool-id/enable/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/b04ea2fbcedb/schema)
