Skip to main content
PUT
/
api
/
v0
/
instances
/
reboot
/
{id}
reboot instance
curl --request PUT \
  --url https://console.vast.ai/api/v0/instances/reboot/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://vastai-80aa3a82-feat-host-3113-dynamic-resize.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

ID of the instance to reboot

Response

Instance reboot initiated successfully

success
boolean
Example:

true