> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/docs/platform/targets/managing-targets.md).

# Managing Targets

Within the Halo Security dashboard, you can easily add, delete, or archive targets.

## Adding Targets

You can add discovered targets from the [Assets section](https://app.halosecurity.com/user/security/discovery/list&\&type=1) or manually add IP addresses or hosts on the [add targets page](https://app.halosecurity.com/user/security/targets/add).

## Deleting Targets

From the [Targets list](https://app.halosecurity.com/user/security/targets/list), you can use the Select tool (pencil icon) to bulk-select targets, then click **Delete** from the contextual menu. You can also delete targets individually from the target's settings page.

{% hint style="warning" %}
Deleting targets permanently removes all scan history and collected data from your account. This action cannot be undone.
{% endhint %}

## Archiving Targets

From the [Targets list](https://app.halosecurity.com/user/security/targets/list), you can use the Select tool (pencil icon) to bulk-select targets and then click **Archive** from the contextual menu. You can also archive targets individually from the target's settings page.

Archiving targets can help retain important historical data for targets that no longer need active scanning.

Archived targets:

* Do **not** receive additional scanning.
* Do **not** show up in most reports.
* Do **not** use any target licensing.
* Are included in historical risk scores and reports.
* Retain historical scan data for reference.

## Unarchiving Targets

You can easily unarchive a target by visiting *Settings →* [Archived Targets](https://app.halosecurity.com/user/security/archive/). Use the pencil icon to select targets, then select **Unarchive Checked.** You can also unarchive a target on its settings page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.halosecurity.com/docs/platform/targets/managing-targets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
