Skip to main content
POST
/
api
/
v0
/
computers
/
{computerId}
/
restart
Restart a managed computer
curl --request POST \
  --url https://api.factory.ai/api/v0/computers/{computerId}/restart \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Factory API key or JWT token for authentication

Path Parameters

computerId
string
required

Computer ID

Response

Response for status 200

The response is of type object.