---
title: "Manage or unmanage object"
method: POST
path: "/v1/objects/{object-id}/set-managed"
tags: ["Objects"]
---

# Manage or unmanage object

`POST /v1/objects/{object-id}/set-managed`

## Path parameters

- `object-id` integer, required

## Request body

- object
  - `managed` boolean — true - for manage object, false - for object unmanage

## Response `204`

Object successfully managed/unmanaged

## Other responses

- `400` — Invalid arguments
- `401` — Unauthorized
- `403` — User does not have control access to given object
- `404` — Object with given ID does not exist

## Changes

> 71 revisions in range; 8 could not be searched.

- **2026-06-10** `30e75dc6a94c` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`
- **2026-05-08** `c6aaf3632e48` — 1 breaking, 1 info
  - removed the success response with the status `204`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/objects/:object-id/set-managed/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)
