For the complete documentation index, see llms.txt. This page is also available as Markdown.

PATCH pol (stop_all)

PATCH /pol

Stops all running pattern of life stacks

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

{
  "command": "stop_all"
}

Response

{
  "success": true
}

Bad request - likely wrong team id

"Stack {stack} is an empty!" means the stack number is incorrect

Last updated

Was this helpful?