---
title: "Reload workers"
method: POST
path: "/workers/reload"
---

# Reload workers

`POST /workers/reload`

Required role: admin role 

Submit a list of worker IDs to reload configurations from the database. The request without body reloads all the workers.

## Request body

- ReloadRequest — Represents a reload request.
  - `workerIDs` integer[], required — List of worker IDs to reload.

## Response `200`

Workers successfully reloaded

## Other responses

- `400` — Bad request from the client
- `403` — Access is forbidden!
- `404` — No such worker
- `500` — The server were unable to process the request. See server-side logs for more details.

## Changes

> 12 revisions in range; 1 could not be searched.

- **2023-11-23** `d5ee0ae7ba00` — 2 info
  - added the non-success response with the status `403`
  - added the success response with the status `200`
- **2023-11-20** `a90e50559d02` — 1 info
  - endpoint added
- **2023-11-16** `d4cad3f34ce0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/keyfactor/apis/signserver-rest-interface/changes/workers/reload/post.md)

---

[API](https://skmtc.dev/keyfactor/apis/signserver-rest-interface.md) · [All operations](https://skmtc.dev/keyfactor/apis/signserver-rest-interface/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keyfactor/signserver-rest-interface/revisions/d1bc41f9bf6b/schema)
