Skip to main content
DELETE
/
prompts
/
run
Cancel the running run for a project
curl --request DELETE \
  --url https://openlens.com/api/prompts/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Body

application/json
projectId
string<uuid>

Response

Successful response

success
boolean
required