---
title: "Release Agent Isolation"
method: DELETE
path: "/v1/agents/{id}/isolation"
tags: ["Agents"]
---

# Release Agent Isolation

`DELETE /v1/agents/{id}/isolation`

Schedules release of host isolation for a single Agent, restoring the host's
network connectivity. Release is asynchronous: a successful request returns the
Agent with a `firewall_status` of "Pending Release" until the endpoint confirms
the host is back online.

This endpoint requires an API key with permission to release agents.
**Note that the default account API key is read-only, so you'll need to create a
user-based API key with the appropriate permissions to access this endpoint.**

## Path parameters

- `id` integer, required

## Response `204`

There was an issue with your API credential or permissions.

## Other responses

- `404` — Agent not found.
- `409` — Agent does not support host isolation, or release could not be scheduled.

---

[API](https://skmtc.net/huntress/apis/huntress-api-reference.md) · [All operations](https://skmtc.net/huntress/apis/huntress-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huntress/huntress-api-reference/revisions/94acb422c07d/schema)
