You can terminate an invocation that’s running. This is useful for stopping automations or agents stuck in an infinite loop.Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-document-pool-profile-update-behavior.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Terminating an invocation also destroys any browsers associated with it.
Via API
You can stop an invocation by setting its status tofailed. This will cancel the invocation and mark it as terminated.
Via CLI
Usectrl-c in the terminal tab where you launched the invocation.