---
title: "Archive one or more entities"
method: PUT
path: "/entities/archive"
tags: ["Monitoring: Entity Management"]
---

# Archive one or more entities

`PUT /entities/archive`

This endpoint will archive one or more entities. Archived entities will no longer be monitored and will not appear in your Monitoring population.

## Request body

- RequestArchiveEntityRequestPublic
  - `customerKeys` string[], nullable — The entity customer keys to archive.
  - `entityURNs` string[], nullable — The entity URNs to archive.

## Response `200`

OK

- ResponseStatus
  - `success` boolean — Indicates if the request was successful

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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