---
title: "Reboot a VM"
method: POST
path: "/v1/vms/{id}/reboot"
tags: ["VMs"]
---

# Reboot a VM

`POST /v1/vms/{id}/reboot`

Beta: the reboot request is validated and accepted, but the in-guest reboot is not yet executed by the data plane.

## Path parameters

- `id` string, required

## Response `204`

Rebooted

## Other responses

- `400` — The request is invalid
- `401` — Missing or invalid API key
- `403` — API key lacks the required scope
- `404` — Resource not found

---

[API](https://skmtc.net/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.net/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrelay/openrelay-api/versions/4c42fd61ed41/schema)
