---
title: "PATCH /acr/v1/{name}"
method: PATCH
path: "/acr/v1/{name}"
tags: ["AcrRepository", "AcrMetadata"]
---

# PATCH /acr/v1/{name}

`PATCH /acr/v1/{name}`

Update the attribute identified by `name` where `reference` is the name of the repository.

## Path parameters

- `name` string, required

## Request body

- RepositoryChangeableAttributes — Changeable attributes for Repository
  - `deleteEnabled` boolean — Delete enabled
  - `writeEnabled` boolean — Write enabled
  - `listEnabled` boolean — List enabled
  - `readEnabled` boolean — Read enabled
  - `teleportEnabled` boolean — Enables Teleport functionality on new images in the repository improving Container startup performance

## Response `200`

The attributes are updated

## Other responses

- `default` — ACR error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/azure-container-registry.md) · [All operations](https://skmtc.net/azure/apis/azure-container-registry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-container-registry/revisions/6940fb5cc746/schema)
