# Restart Instance - Documentation

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown is available with `Accept: text/markdown` and `.md` URL variants.

Source: /docs/api-reference/gpu-instance-restart-instance

# Restart Instance

POST

/

gpu-instance

/

openapi

/

v1

/

gpu

/

instance

/

restart

Try it

Restart Instance

cURL

```
curl --request POST \
--url https://api.novita.ai/gpu-instance/openapi/v1/gpu/instance/restart \
--header 'Authorization: ' \
--header 'Content-Type: ' \
--data '
{
"instanceId": ""
}
'
```

This API is used to restart a specific GPU instance.

##

[​](#request-headers)

Request Headers

[​](#param-content-type)

Content-Type

string

required

Enum: `application/json`

[​](#param-authorization)

Authorization

string

required

Bearer authentication format, for example: Bearer {{API Key}}.

##

[​](#request-body)

Request Body

[​](#param-instance-id)

instanceId

string

required

ID of the instance to be restarted.

Last modified on May 28, 2025
