---
title: "Reboot pod"
method: POST
path: "/pods/{id}/reboot"
tags: ["Support API Key Authentication"]
---

# Reboot pod

`POST /pods/{id}/reboot`

Endpoint to reboot a pod.

## Path parameters

- `id` string, uuid, required

## Request body

- RebootPodRequest
  - `volume_id` string, nullable

## Response `200`

Pod rebooted successfully

- unknown

## Other responses

- `400` — Invalid input
- `404` — Pod not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
