---
title: "Sync Control"
method: PUT
path: "/v2/workers/{syncId}"
tags: ["worker"]
---

# Sync Control

`PUT /v2/workers/{syncId}`

Control the Sync Processes

## Path parameters

- `syncId` string, uuid, required — Represents a configuration key that serves as a unique identifier for configuration entities.

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Request body

- JTLWawiRestContractsModelsV1WorkerPutWorkerSyncAction — Model Class: PutWorkerSyncAction
  - `action` 0 | 1 | 2 — 0 = Start, 1 = Stop, 2 = Restart

## Response `204`

The Action is Invoked

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No item with the given ID exists.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
