Start a stopped project
cURL
curl --request POST \ --url https://www.orgo.ai/api/projects/{id}/start \ --header 'Authorization: Bearer <token>'
{ "success": true, "id": "<string>", "status": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the project to start
Project started successfully
The response is of type object.
object