Azure Container Registry Skill
azure-com-containerregistry
azure-com-containerregistry
| Method | Path | Description |
|---|---|---|
GET | /v2/ | |
GET | /v2/{name}/manifests/{reference} | Tells whether this Docker Registry instance supports Docker Registry HTTP API v2 |
PUT | /v2/{name}/manifests/{reference} | Get the manifest identified by `name` and `reference` where `reference` can be a tag or digest. |
DELETE | /v2/{name}/manifests/{reference} | Put the manifest identified by `name` and `reference` where `reference` can be a tag or digest. |
GET | /v2/{name}/blobs/{digest} | Delete the manifest identified by `name` and `reference`. Note that a manifest can _only_ be deleted by `digest`. |
HEAD | /v2/{name}/blobs/{digest} | Retrieve the blob from the registry identified by digest. |
DELETE | /v2/{name}/blobs/{digest} | Same as GET, except only the headers are returned. |
POST | /v2/{name}/blobs/uploads/ | Removes an already uploaded blob. |
GET | /{nextBlobUuidLink} | Mount a blob identified by the `mount` parameter from another repository. |
PATCH | /{nextBlobUuidLink} | Retrieve status of upload identified by uuid. The primary purpose of this endpoint is to resolve the current status of a resumable upload. |
PUT | /{nextBlobUuidLink} | Upload a stream of data without completing the upload. |
DELETE | /{nextBlobUuidLink} | Complete the upload, providing all the data in the body, if necessary. A request without a body will just complete the upload with previously uploaded content. |
GET | /acr/v1/_catalog | Cancel outstanding upload processes, releasing associated resources. If this is not called, the unfinished uploads will eventually timeout. |
GET | /acr/v1/{name} | List repositories |
DELETE | /acr/v1/{name} | Get repository attributes |
PATCH | /acr/v1/{name} | Delete the repository identified by `name` |
GET | /acr/v1/{name}/_tags | Update the attribute identified by `name` where `reference` is the name of the repository. |
GET | /acr/v1/{name}/_tags/{reference} | List tags of a repository |
PATCH | /acr/v1/{name}/_tags/{reference} | Get tag attributes by tag |
DELETE | /acr/v1/{name}/_tags/{reference} | Update tag attributes |
GET | /acr/v1/{name}/_manifests | Delete tag |
GET | /acr/v1/{name}/_manifests/{reference} | List manifests of a repository |
PATCH | /acr/v1/{name}/_manifests/{reference} | Get manifest attributes |
POST | /oauth2/exchange | Update attributes of a manifest |
POST | /oauth2/token | Exchange AAD tokens for an ACR refresh Token |
GET | /oauth2/token | Exchange ACR Refresh token for an ACR Access Token |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install azure-com-containerregistry
Downloads and installs to ~/.claude/skills/azure-com-containerregistry/
2019-08-15-preview (2026-02-13)