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

Documentation Index

Fetch the complete documentation index at: https://docs.shadeform.ai/llms.txt

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

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.