---
title: "Complete a blob upload"
method: PUT
path: "/v2/{teamSlug}/{projectSlug}/{repositoryName}/blobs/uploads/{uuid}"
tags: ["vcr"]
---

# Complete a blob upload

`PUT /v2/{teamSlug}/{projectSlug}/{repositoryName}/blobs/uploads/{uuid}`

PUT /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid?digest=<digest> Complete the blob upload. This may include a final chunk of data in the request body (monolithic upload) or just finalize a previous chunked upload.

## Path parameters

- `teamSlug` string, required — Single Docker repository team slug component.
- `projectSlug` string, required — Single Docker repository project slug component.
- `repositoryName` string, required — Single Docker repository name component.
- `uuid` string, required — Blob upload session identifier.

## Query parameters

- `digest` string, required — Content-addressable digest (algorithm:hex).

## Response `201`

- unknown

## Other responses

- `400` — One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `402` — The account is missing a payment so payment method must be updated
- `403` — You do not have permission to access this resource.
- `404`
- `410`
- `413`

## Changes

- **2026-08-12** `b7b824605094` — 1 warning
  - changed the pattern of the `path` request parameter `teamSlug` from `^(?:[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?|team_[a-zA-Z0-9]+)$` to `^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$`
- **2026-08-11** `0a04f9c0168d` — 1 warning
  - changed the pattern of the `path` request parameter `teamSlug` from `^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$` to `^(?:[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?|team_[a-zA-Z0-9]+)$`
- **2026-08-06** `b8027f4efeda` — 1 info
  - api tag `vcr` added
- **2026-08-04** `0b0420c2223a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vercel/apis/api/changes/v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid/put.md)

---

[API](https://skmtc.dev/vercel/apis/api.md) · [All operations](https://skmtc.dev/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/api/revisions/4191ba96b0c1/schema)
