Transitions the zombie’s status from active or paused to stopped and records a zombie_stopped activity event. Modeled as a DELETE on a singleton sub-resource (the zombie’s “current run”) rather than the retired POST .../stop path-verb form — see docs/REST_API_DESIGN_GUIDELINES.md §7. Returns 409 if the zombie is already stopped or killed. Returns 404 if the zombie is not in the path workspace (cross-workspace IDOR guard).
Documentation Index
Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt
Use this file to discover all available pages before exploring further.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth