Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5190,7 +5190,7 @@ wp site deactivate [<id>...] [--slug=<slug>]
Deletes a site in a multisite installation.

~~~
wp site delete [<site-id>] [--slug=<slug>] [--yes] [--keep-tables]
wp site delete [<site-id>] [--slug=<slug>] [--yes] [--keep-tables] [--delete-tables-with-prefix]
~~~

**OPTIONS**
Expand All @@ -5207,6 +5207,9 @@ wp site delete [<site-id>] [--slug=<slug>] [--yes] [--keep-tables]
[--keep-tables]
Delete the blog from the list, but don't drop its tables.

[--delete-tables-with-prefix]
Delete all tables with the site's database table prefix after deleting the site.

**EXAMPLES**

$ wp site delete 123
Expand Down