We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ece1159 + 615d665 commit d8e57b0Copy full SHA for d8e57b0
apps/stop.mdx
@@ -2,18 +2,14 @@
2
title: "Stopping"
3
---
4
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.
+You can terminate an invocation that's running. This is useful for stopping automations or agents stuck in an infinite loop.
8
9
<Info>
10
Terminating an invocation also destroys any browsers associated with it.
11
</Info>
12
13
## Via API
14
-You can also do this via the API:
15
16
-<StopInvocation />
+Stopping an invocation via the API is not available yet, but it's coming very soon.
17
18
## Via CLI
19
Use `ctrl-c` in the terminal tab where you launched the invocation.
0 commit comments