---
title: "POST /storage/{store_name}/info/{id}"
method: POST
path: "/storage/{store_name}/info/{id}"
tags: ["storage"]
---

# POST /storage/{store_name}/info/{id}

`POST /storage/{store_name}/info/{id}`

Sets the image a container will use as its filesystem

## Path parameters

- `store_name` string, required
- `id` string, required

## Request body

- ImageJoinConfig
  - `handle` object, required
  - `deltaID` string, required
  - `imageID` string
  - `repoName` string

## Response `200`

OK

- ImageJoinResponse
  - `handle` object, required

## Other responses

- `404` — Not found
- `500` — ServerError
- `default` — error

## Changes

- **2018-12-11** `26d18572aa57` — 1 info
  - endpoint added
- **2016-09-22** `cd3b04ac340a` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/vmware/apis/port-layer-api/changes/storage/:store_name/info/:id/post.md)

---

[API](https://skmtc.dev/vmware/apis/port-layer-api.md) · [All operations](https://skmtc.dev/vmware/apis/port-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vmware/port-layer-api/revisions/5fff0b8814c7/schema)
