We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503390f commit 246f046Copy full SHA for 246f046
content/docs/worlds/manage/delete.mdx
@@ -6,6 +6,13 @@ description: How to use the world delete command.
6
To delete a world you can use the `/world delete <world> [<flags>]` command.
7
This command will permanently delete the specified world, so use it with caution.
8
9
+<Callout type="error" title="Caution">
10
+
11
+Deleting a world is irreversible. Make sure to back up any important data before proceeding.
12
+ The world's entire folder will be permanently deleted.
13
14
+</Callout>
15
16
## Flags
17
18
- `--confirm`: This flag is required to confirm the deletion of the world.
0 commit comments