---
title: "Copies image store content internally"
method: POST
path: "/ImageStore/$/Copy"
tags: ["ImageStore"]
---

# Copies image store content internally

`POST /ImageStore/$/Copy`

Copies the image store content from the source image store relative path to the destination image store relative path.

## Query parameters

- `api-version` '6.0', required
- `timeout` integer

## Request body

- ImageStoreCopyDescription — Information about how to copy image store content from one image store relative path to another image store relative path.
  - `RemoteSource` string, required — The relative path of source image store content to be copied from.
  - `RemoteDestination` string, required — The relative path of destination image store content to be copied to.
  - `SkipFiles` string[] — The list of the file names to be skipped for copying.
  - `CheckMarkFile` boolean — Indicates whether to check mark file during copying. The property is true if checking mark file is required, false otherwise. The mark file is used to check whether the folder is well constructed. If the property is true and mark file does not exist, the copy is skipped.

## Response `200`

A successful operation will return 200 status code.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/service-fabric-client-apis.md) · [All operations](https://skmtc.net/azure/apis/service-fabric-client-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/service-fabric-client-apis/versions/6df9f2f4d542/schema)
