# デバイスとイベントの削除（クラシック）

Nexthinkプラットフォームは、Collectorインスタンスからのデータを効果的に集め、堅牢なデータ処理レイヤーを通じて、情報をシームレスにEngine（クラシック）とクラウドネイティブのデータストレージ層に提供します。

### レコードの自動削除 <a href="#removingdevicesandevents-classic-automaticremovalofrecords" id="removingdevicesandevents-classic-automaticremovalofrecords"></a>

データ処理レイヤーは入力データを二つのカテゴリーに分けます。: [イベント](/platform/ja/references/references-classic/glossary-classic/event-classic.md)と[オブジェクト](/platform/ja/references/references-classic/glossary-classic/object-classic.md)。 どちらも「存続期間 (TTL)」と呼ばれるプロパティに関連付けられています。

Nexthinkはデータ保持期間に3つの選択肢を提供します。

* 7日間
* 14日間
* 30日間（デフォルト）

[Nexthink サポート](https://support.nexthink.com/)に連絡して変更を依頼してください。

デフォルトでは、30日を超えたイベントは削除されます。 システムはオブジェクトを、その存続期間中に活動を記録していない場合、期限切れとみなし、それらおよび関連するイベントを削除します。

### Finderを使用してデバイスを手動で削除 <a href="#removingdevicesandevents-classic-manualremovalofdevicesusingfinder" id="removingdevicesandevents-classic-manualremovalofdevicesusingfinder"></a>

{% hint style="info" %}
Nexthink FinderはWindows専用のデスクトップアプリケーションで、その機能は現在Nexthinkのwebインターフェース内で利用可能です。 Nexthinkはブラウザから直接使用できるようになり、ほとんどの機能は追加のデスクトップアプリケーションを必要としません。
{% endhint %}

デバイスを手動で削除するには：

1. 管理者権限でFinderにログインします。
2. Searchフィールドにデバイス名を入力します。
3. 検索結果でデバイスを右クリックして、**ドリルダウン**を選択します。
4. リストにあるデバイスを右クリックして、**編集...**（または **Ctrl+Alt+E** キーを入力）を選択します。 **デバイスの編集** ダイアログが表示されます。
5. ダイアログの下部にある**ストレージ** リストから**削除**オプションを選択します。
6. デバイスを削除対象にするには、**適用** をクリックします。

Finderは、Nexthinkプラットフォームがデータベースからそれを削除するまでデバイスを表示し続けます。 最後の24時間以内にアクティブでないデバイスで、ストレージポリシーが**削除**に設定されている場合、それをデータストレージ層から削除します。

新しいアクティビティデータの送信を停止するために、該当するデバイスからCollectorをアンインストールしてください。 そうしないと、システムはデバイスをデータストレージ層から削除せず、デバイスが24時間以上非アクティブで実際に記録から削除された場合でも、新しいデータを受信するとすぐにシステムにデバイスを再作成します。

デバイスが**remove**とタグ付けされると、ほぼ即座にライセンスプールから1つのライセンスが解放されます。

### Engineからの非アクティブデバイスの自動削除 <a href="#removingdevicesandevents-classic-automaticremovalofinactivedevicesfromengine" id="removingdevicesandevents-classic-automaticremovalofinactivedevicesfromengine"></a>

この場合：

* デバイスが90日以上非アクティブです。\ [Nexthinkサポート](https://support.nexthink.com/)に連絡して値を調整するよう依頼できます。
* Engineのデータベースにデバイスに関連付けられたイベントが残されていない場合。

Engineはデバイスに関連するすべてのデータを削除し、ライセンスプールから自動的に1つのライセンスを解放します。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nexthink.com/platform/ja/references/references-classic/maintenance-operations-classic/removing-devices-and-events-classic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
