---
title: "POST /v1/storages/{storage_id}/sync"
method: POST
path: "/v1/storages/{storage_id}/sync"
tags: ["Storages"]
---

# POST /v1/storages/{storage_id}/sync

`POST /v1/storages/{storage_id}/sync`

Collect all resources from specified storage backend and synchronize with DB

## Path parameters

- `storage_id` string, required

## Response `202`

Accepted,

## Other responses

- `400` — BadRequest
- `401` — NotAuthorized
- `403` — Forbidden
- `409` — An item already exists
- `500` — An unexpected error occurred.

## Changes

- **2020-06-10** `e50f7d699db5` — 10 breaking, 15 info
  - removed the required property `code` from the response with the `400` status
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `403` status
  - removed the required property `code` from the response with the `409` status
  - …21 more
- **2020-06-03** `0fdcb8a77d6a` — 15 breaking, 10 info
  - removed the required property `error_args` from the response with the `400` status
  - removed the required property `error_args` from the response with the `401` status
  - removed the required property `error_args` from the response with the `403` status
  - removed the required property `error_args` from the response with the `409` status
  - …21 more

[Change history](https://skmtc.dev/sodafoundation/apis/soda-infrastructure-management-api/changes/v1/storages/:storage_id/sync/post.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-infrastructure-management-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-infrastructure-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sodafoundation/soda-infrastructure-management-api/revisions/b2017613d719/schema)
