POST
/
instances
/
{id}
/
restart
curl --request POST \
  --url https://api.shadeform.ai/v1/instances/{id}/restart \
  --header 'X-API-KEY: <api-key>'

Restarting an Instance

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

The instance id

Response

200

Confirms the restart of an instance has been initiated. This does not confirm that the instance restarted successfully.