---
title: "Resync a Policy Group"
method: POST
path: "/policy-groups/{policy_group}/actions/resync"
tags: ["policy-groups"]
---

# Resync a Policy Group

`POST /policy-groups/{policy_group}/actions/resync`

This endpoint resyncs a [policy group](/docs/policy-governance#open-policy-agent).

## Path parameters

- `policy_group` string, required

## Response `204`

Success.

## Other responses

- `403` — User unauthorized to perform this action.
- `404` — Policy group not found, or user unauthorized to perform action.
- `409` — Sync in progress.
- `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)
