---
title: "Restart Worker, Edge, or Outpost Nodes"
method: PATCH
path: "/products/{product}/workers/restart"
tags: ["workers"]
---

# Restart Worker, Edge, or Outpost Nodes

`PATCH /products/{product}/workers/restart`

Restart all Worker, Edge, or Outpost Nodes for the specified Cribl product.

## Path parameters

- `product` 'stream' | 'edge' | 'outpost', required

## Request body

- RestartRequest
  - `guids` string[], required — GUIDs of the Worker or Edge Nodes to restart.

## Response `200`

The updated RestartResponse object in a single-item list.

- CountedRestartResponse
  - `count` integer, required — number of items present in the items array
  - `items` RestartResponse[], required — List of items in this response.
    - `id` string, required — Unique identifier for the Worker or Edge Node (GUID).
    - `message` string — Error message if the restart request failed for this Node.
    - `status` 'Error' | 'Restarting', required — Result of the restart request for this Node (<code>Restarting</code> or <code>Error</code>).

## Other responses

- `400` — Failed validation or malformed input if the product is not "stream", "edge", or "outpost"
- `401` — Authentication failed (missing or invalid credentials or Bearer token).
- `403` — Not authorized or licensed to perform this action.
- `500` — Unexpected server error.

---

[API](https://skmtc.dev/criblio/apis/cribl-api-reference.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-api-reference/revisions/56cb25079271/schema)
