Skip to content

Commit

Permalink
Update docs/services/invocation.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Farghal <[email protected]>
  • Loading branch information
gvdongen and AhmedSoliman authored Jan 12, 2024
1 parent f469ad2 commit af366ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/services/invocation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,10 @@ Retrieve the invocation identifier from the logs or traces, or use the CLI:
restate inv ls
```
You can kill an invocation using the CLI, by using cancel and the `--force` flag:
You can kill an invocation using the CLI, by using cancel and the `--kill` flag:
```shell
restate inv cancel --force <INVOCATION_IDENTIFIER>
```
restate inv cancel --kill <INVOCATION_IDENTIFIER>
You can also use the abbreviation `rm` instead of `cancel`.
Expand Down

0 comments on commit af366ba

Please sign in to comment.