POST
/
projects
/
{id}
/
restart
curl --request POST \
  --url https://www.orgo.ai/api/projects/{id}/restart \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the project to restart

Response

200
application/json
Project restarted successfully
success
boolean
id
string
status
string