---
title: "Restarts all currently running global components"
method: POST
path: "/components/global/restart/all"
tags: ["components"]
---

# Restarts all currently running global components

`POST /components/global/restart/all`

First stops all global components, then restarts them in the same order. Speed of the operation can be adjusted depending on cluster requirements.

## Query parameters

- `emitThrottle` number
- `restartDelay` number

## Response `200`

successful operation

- object
  - `data` GlobalComponentRestart
    - `message` string
    - `code` string

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/openintegrationhub/apis/component-repository.md) · [All operations](https://skmtc.net/openintegrationhub/apis/component-repository/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openintegrationhub/component-repository/revisions/a2db333b03c8/schema)
