このコンテンツは選択した言語では利用できません。

Chapter 7. Deleting a system from Red Hat Lightspeed inventory


You can delete a system from inventory so that the system is no longer visible in the Red Hat Lightspeed Inventory or in the systems list for the advisor service. The insights-client will be unregistered on the system and will no longer report data to Red Hat Lightspeed.

7.1. Delete a system from the Red Hat Satellite UI

When you use Satellite to delete a system, you unregister the system from Satellite and remove the system from Red Hat Lightspeed system inventory.

Prerequisites

  • You have root permissions for the system you want to delete.
  • You are logged in to the Satellite web UI.

Procedure

  1. Navigate to Red Hat Lightspeed > Inventory.
  2. Select the system profile for the system that you want to remove.
  3. Click Actions > Unregister.

7.2. Delete using the Red Hat Lightspeed API

Use this option only when the system has been destroyed or reinstalled. If you use the DELETE API without first unregistering it from the Red Hat Lightspeed client using Satellite, the deleted system will reappear in inventory the next time the client uploads data.

Prerequisites

  • You have root permissions on the system you want to delete.

Procedure

  1. Use the command line to get the list of system profiles from inventory.

    # curl -k --user PORTALUSERNAME https://console.redhat.com/api/inventory/v1/hosts | json_pp > hosts.json
  2. If the json_pp command does not exist on the system, then install the perl-JSON-PP package.

    # yum install perl-JSON-PP
  3. Get the ID of the system from the hosts.json file and confirm system details. For example, "id" : "f59716a6-5d64-4901-b65f-788b1aee25cc".

    # curl -k --user PORTALUSERNAME https://console.redhat.com/api/inventory/v1/hosts/f59716a6-5d64-4901-b65f-788b1aee25cc
  4. Delete the system profile.

    # curl -k --user PORTALUSERNAME -X "DELETE" https://console.redhat.com/api/inventory/v1/hosts/f59716a6-5d64-4901-b65f-788b1aee25cc
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2026 Red Hat
トップに戻る