---
title: "PATCH /v1/{+name}"
method: PATCH
path: "/v1/{+name}"
tags: ["projects"]
---

# PATCH /v1/{+name}

`PATCH /v1/{+name}`

Updates an existing agent pool resource.

## Path parameters

- `name` string, required

## Query parameters

- `updateMask` string

## Request body

- AgentPool — Represents an agent pool.
  - `state` 'STATE_UNSPECIFIED' | 'CREATING' | 'CREATED' | 'DELETING' — Output only. Specifies the state of the AgentPool.
  - `bandwidthLimit` BandwidthLimit — Specifies a bandwidth limit for an agent pool.
    - `limitMbps` string, int64 — Bandwidth rate in megabytes per second, distributed across all the agents in the pool.
  - `displayName` string — Specifies the client-specified AgentPool description.
  - `name` string — Required. Specifies a unique string that identifies the agent pool. Format: `projects/{project_id}/agentPools/{agent_pool_id}`

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/storagetransfer.md) · [All operations](https://skmtc.dev/google/apis/storagetransfer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/storagetransfer/revisions/390cfbe66e70/schema)
