---
title: "Sync Specific Module Configuration"
method: PUT
path: "/connect/config/sync/{module}"
tags: ["Config"]
---

# Sync Specific Module Configuration

`PUT /connect/config/sync/{module}`

Synchronizes a specific module's state to apply recent configuration changes to the grid. If async is true, this will queue up a Salt state.apply, which can take several minutes to complete, or longer if another highstate is already in progress. If async is false and another state is already in progress, this will return an error.

## Path parameters

- `module` string, required

## Query parameters

- `async` string

## Response `200`

The synchronization request has been successfully queued

## Other responses

- `401` — Request was not properly authenticated
- `403` — Insufficient permissions for this request
- `405` — Configuration module has not been loaded
- `500` — Internal SOC error; review SOC logs

---

[API](https://skmtc.net/security-onion-solutions/apis/security-onion-connect-api.md) · [All operations](https://skmtc.net/security-onion-solutions/apis/security-onion-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/security-onion-solutions/security-onion-connect-api/revisions/0576ce393f8d/schema)
