---
title: "Updates the properties of the specified Pool."
method: POST
path: "/pools/{poolId}/updateproperties"
tags: ["Pools"]
---

# Updates the properties of the specified Pool.

`POST /pools/{poolId}/updateproperties`

This fully replaces all the updatable properties of the Pool. For example, if
the Pool has a StartTask associated with it and if StartTask is not specified
with this request, then the Batch service will remove the existing StartTask.

## Path parameters

- `poolId` string, required

## Query parameters

- `api-version` string, required
- `timeOut` integer

## Headers

- `client-request-id` string
- `return-client-request-id` boolean
- `ocp-date` string, date-time-rfc7231

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** `8427acd8fd77` — 1 warning, 2 info
  - deleted the `query` request parameter `timeout`
  - api operation id `Pool_UpdateProperties` removed and replaced with `Pools_ReplacePoolProperties`
  - added the new optional `query` request parameter `timeOut`

[Change history](https://skmtc.dev/azure/apis/batch-batch/changes/pools/:poolId/updateproperties/post.md)

---

[API](https://skmtc.dev/azure/apis/batch-batch.md) · [All operations](https://skmtc.dev/azure/apis/batch-batch/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/batch-batch/revisions/8427acd8fd77/schema)
