Skip to content

Commit 6b34a50

Browse files
committed
docs(stop): Update stopping instructions and API note
1 parent e765bee commit 6b34a50

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

apps/stop.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
title: "Stopping"
33
---
44

5-
import StopInvocation from '/snippets/openapi/patch-invocations-id.mdx';
6-
7-
You can terminate an invocation that's running. You can use this to stop automations or agents stuck in an infinite loop.
5+
You can terminate an invocation that's running. This is useful for stopping automations or agents stuck in an infinite loop.
86

97
<Info>
108
Terminating an invocation also destroys any browsers associated with it.
119
</Info>
1210

1311
## Via API
14-
You can also do this via the API:
15-
16-
<StopInvocation />
12+
Stopping an invocation via the API is not available yet, but it's coming very soon.
1713

1814
## Via CLI
1915
Use `ctrl-c` in the terminal tab where you launched the invocation.

0 commit comments

Comments
 (0)