---
title: "reboot instance"
method: POST
path: "/instances/{id}/client/action/reboot"
tags: ["client"]
---

# reboot instance

`POST /instances/{id}/client/action/reboot`

Reboots your instance. This will close the current session and restart the client. The instance will need to be re-authenticated if it was previously logged in.

## Path parameters

- `id` integer, required

## Response `200`

Successful reboot response

- object
  - `data` object
    - `status` 'success' | 'error'
    - `instanceId` integer — ID of the rebooted instance
  - `links` object
    - `self` string — URL of the reboot endpoint
  - `status` 'success' | 'error'

## Other responses

- `401` — Unauthorized — invalid or missing bearer token
- `403` — Forbidden — insufficient permissions or account blocked
- `404` — Not found — instance does not exist or does not belong to you
- `409` — Conflict — instance is not ready
- `422` — Validation error — invalid or missing request parameters
- `429` — Too many requests — rate limit exceeded

---

[API](https://skmtc.net/waapi/apis/waapi-api.md) · [All operations](https://skmtc.net/waapi/apis/waapi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/waapi/waapi-api/revisions/1e2cc7c12090/schema)
