Stop a running desktop instance
cURL
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" }
API key authentication using Bearer token
Project ID
Project action completed successfully
The response is of type object.
object