---
title: "Commit an image store upload session."
method: POST
path: "/ImageStore/$/CommitUploadSession"
tags: ["ImageStore"]
---

# Commit an image store upload session.

`POST /ImageStore/$/CommitUploadSession`

When all file chunks have been uploaded, the upload session needs to be committed explicitly to complete the upload. Image store preserves the upload session until the expiration time, which is 30 minutes after the last chunk received.

## Query parameters

- `api-version` '6.0', required
- `session-id` string, uuid, required
- `timeout` integer

## Response `200`

If the commit request succeeds, the server returns the HTTP 200 OK 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)
