---
title: "Resync a Module Version"
method: POST
path: "/module-versions/{module_version}/actions/resync"
tags: ["modules"]
---

# Resync a Module Version

`POST /module-versions/{module_version}/actions/resync`

Trigger resync of the Module Version associated with the `relationships.vcs-revision`.
Only modules associated with a VCS can be resynchronized.

## Path parameters

- `module_version` string, required

## Response `204`

Successfully triggered resync of the module version.

## Other responses

- `409` — Module Version not bound to the VCS repository or another sync in progress.
- `422` — Malformed request body (missing attributes, wrong types, etc.).
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/versions/fc927526ad12/schema)
