LAP Registry

Azure Container Registry Skill

azure-com-containerregistry

Provider: Microsoft Azure Version: 2019-08-15-preview Endpoints: 26 Updated: 2026-04-02

Raw .lap | Lean format | API JSON | Open in app

Endpoints

MethodPathDescription
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/_catalogCancel 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}/_tagsUpdate 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}/_manifestsDelete tag
GET/acr/v1/{name}/_manifests/{reference}List manifests of a repository
PATCH/acr/v1/{name}/_manifests/{reference}Get manifest attributes
POST/oauth2/exchangeUpdate attributes of a manifest
POST/oauth2/tokenExchange AAD tokens for an ACR refresh Token
GET/oauth2/tokenExchange ACR Refresh token for an ACR Access Token

Install as Skill

Use this API as a Claude Code skill for instant agent access.

CLI Install

lapsh skill-install azure-com-containerregistry

Downloads and installs to ~/.claude/skills/azure-com-containerregistry/

Manual Install

Download: Skill Bundle (JSON)

Or view: SKILL.md

Recent Versions (1)