---
title: "Bulk Update Agents"
method: PATCH
path: "/v1/agents"
tags: ["agents"]
---

# Bulk Update Agents

`PATCH /v1/agents`

## Headers

- `x-api-key` string

## Request body

- object[]
  - `id` string, required — Agent ID
  - `name` string — Agent name
  - `tags` string[] — Tags
  - `networks` string[] — Networks
  - `network_subnets` string[] — Network subnets

## Response `200`

OK

- object
  - `message` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2025-11-18** `41ee26b930f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/agents/patch.md)

---

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