curl --request POST \ --url https://api.shadeform.ai/v1/instances/{id}/restart \ --header 'X-API-KEY: <api-key>'
Copy
{}
Instances
/instances/{id}/restart
Restart an instance. The status of the instance will stay as ‘active’ throughout, but you may have to wait a few minutes for the instance to be ready to use again.
POST
/
instances
/
{id}
/
restart
/instances/{id}/restart
Copy
curl --request POST \ --url https://api.shadeform.ai/v1/instances/{id}/restart \ --header 'X-API-KEY: <api-key>'