Skip to main content
DELETE
/
v1
/
workspaces
/
{workspace_id}
/
zombies
/
{zombie_id}
/
current-run
Kill the zombie's current running action
curl --request DELETE \
  --url https://api.usezombie.com/v1/workspaces/{workspace_id}/zombies/{zombie_id}/current-run \
  --header 'Authorization: Bearer <token>'
{
  "zombie_id": "<string>",
  "workspace_id": "<string>",
  "status": "stopped",
  "request_id": "<string>"
}

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.

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string<uuid>
required
zombie_id
string<uuid>
required

Response

Zombie transitioned to stopped

zombie_id
string
required
workspace_id
string
required
status
enum<string>
required
Available options:
stopped
request_id
string
required