Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt

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

Interrupts a running task. The agent is paused and the task transitions to awaiting_input with the workspace still attached, so the user can resume by sending a follow-up message. The workspace VM is not torn down. Stop is only allowed when the task is in the running state. Queued, provisioning, awaiting_input, and failed tasks return 409 Conflict.

Authentication

Requires a valid Bearer token.

Path Parameters

taskID
string
required
Task ID (UUID).

Response

Returns 200 OK on success.

Errors

StatusDescription
401Unauthorized — missing or invalid token
404Not Found — task does not exist or you do not have access
409Conflict — task is not in the running state
502Bad Gateway — workspace-service forwarding failed