---
title: "Restart Instance"
method: PUT
path: "/instance/restart/{instance}"
tags: ["Instance Controller"]
---

# Restart Instance

`PUT /instance/restart/{instance}`

Restarts the instance

## Path parameters

- `instance` string, required

## Response `200`

Ok

- object
  - `instance` object
    - `instanceName` string — The name of the instance.
    - `state` string — The state of the instance.

## Other responses

- `404` — Instance not found

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api-2.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api-2/revisions/153363ee7f38/schema)
