Skip to content

Commit

Permalink
Apply PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Aug 1, 2024
1 parent 9a4d53b commit a6413a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/local_dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ import clsx from "clsx";
<details>
<summary> Wiping Restate </summary>

To start the Restate Server from a clean slate, stop the server then wipe ongoing invocations and K/V state:
To start the Restate Server from a clean slate, stop the server and then delete the data directory:

```shell
rm -rf <BASE_DIR>/<NODE_NAME>
Expand Down Expand Up @@ -146,7 +146,7 @@ import clsx from "clsx";

[Cancel](/operate/invocation#cancelling-invocations) a single invocation or a batch of invocations.
Use `--kill` to [kill](/operate/invocation#killing-invocations) the invocation.
To remove all invocations, stop the server then do `rm -rf <BASE_DIR>/<NODE_NAME>`.
To remove all invocations, stop the server then do `rm -rf <BASE_DIR>/<NODE_NAME>`, which will effectively delete all state/data of the Restate server.

```shell
restate invocation cancel <INVOCATION_ID>
Expand Down

0 comments on commit a6413a4

Please sign in to comment.