Skip to content

Commit d8e57b0

Browse files
authored
Merge branch 'main' into danny/kernel-297-docs-mention-timeouts-for-async-invocation
2 parents ece1159 + 615d665 commit d8e57b0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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)