---
title: "Reboot placement server"
method: POST
path: "/api/v2/placements/{placementID}/servers/{serverID}/reboot"
tags: ["Placement Servers"]
---

# Reboot placement server

`POST /api/v2/placements/{placementID}/servers/{serverID}/reboot`

Reboot a placement server.

## Response `202`

The request has been accepted and will be fulfilled asynchronously.

## Other responses

- `400` — Request body failed schema validation, or the request does not contain all the required fields.
- `401` — Authentication failed or the access token has expired.
- `403` — Request was denied by authorization, this may be caused by the authorization token not having the required scope for an API, or the user doesn't have the necessary privileges on the provider platform.
- `404` — Unable to find a resource.
- `409` — Resource conflicts with another, usually this means they have the same name.
- `500` — An unexpected or unhandled error occurred. This may be a transient error and may succeed on a retry. If this isn't the case, please report it as an issue.

---

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