---
title: "How to restart an sdkms-ui service on a hardware cluster?"
slug: "how-to-restart-an-sdkms-ui-service-on-a-hardware-cluster"
updated: 2024-10-21T06:07:01Z
published: 2024-10-21T06:07:01Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.fortanix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to restart an sdkms-ui service on a hardware cluster?

The sdkms-ui is an integrated service in the Fortanix DSM cluster. You must do a rolling restart of the sdkms-ui service from the DSM command line interface (CLI), or you can run the following command one by one on each node:

```plaintext
kubectl delete pod sdkms-ui-xxxx
```

Where, `xxxx` is the name of the sdkms-ui pod on each node.
