---
title: "Pull a snapshot"
method: POST
path: "/snapshots/pull"
tags: ["snapshots"]
---

# Pull a snapshot

`POST /snapshots/pull`

Pull a snapshot from a registry and optionally push to another registry. The operation runs asynchronously and returns 202 immediately.

## Request body

- PullSnapshotRequestDTO
  - `destinationRef` string
  - `destinationRegistry` RegistryDTO
    - `password` string
    - `project` string
    - `url` string, required
    - `username` string
  - `newTag` string
  - `registry` RegistryDTO
    - `password` string
    - `project` string
    - `url` string, required
    - `username` string
  - `snapshot` string, required

## Response `202`

Snapshot pull started

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/boxlite-ai/apis/boxlite-runner-api.md) · [All operations](https://skmtc.dev/boxlite-ai/apis/boxlite-runner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boxlite-ai/boxlite-runner-api/revisions/6c7a14acacbf/schema)
