v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Instances

reboot instance

Stops and starts a container without losing GPU priority. Updates container status to 'rebooting' and executes docker stop/start commands on the host machine.

CLI Usage: vastai reboot instance <id>

put/api/v0/instances/reboot/{id}/

Path parameters

idinteger required

ID of the instance to reboot

Response

Instance reboot initiated successfully

successboolean

Example response

{
  "success": true
}