POST
/
projects
/
{id}
/
stop
Stop Project
curl --request POST \
  --url https://www.orgo.ai/api/projects/{id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "running"
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token

Path Parameters

id
string<uuid>
required

Project ID

Response

200
application/json

Project action completed successfully

The response is of type object.