Launch
Stopping
You can terminate an invocation that’s running. You can use this to stop automations or agents stuck in an infinite loop.
Terminating an invocation also destroys any browsers associated with it.
Stopping an invocation via CLI
Use ctrl-c
in the terminal tab where you launched the invocation.
Stopping an invocation via API
You can also do this by making a DELETE
request to Kernel’s API:
Stopping an invocation via SDK
See the CLI reference for full details.