remove
canasta sitemap remove¶
Remove sitemaps for one or all wikis
Synopsis¶
Remove XML sitemap files for wikis in a Canasta installation. If --wiki is specified, removes the sitemap for that wiki only. Otherwise, removes sitemaps for all wikis. Once removed, the background generator will skip those wikis.
Examples¶
# Remove sitemap for a specific wiki
canasta sitemap remove -i myinstance -w mywiki
# Remove sitemaps for all wikis
canasta sitemap remove -i myinstance
# Remove sitemaps for all wikis without prompting
canasta sitemap remove -i myinstance -y
Options¶
| Flag | Shorthand | Description | Default |
|---|---|---|---|
--help |
-h |
help for remove | |
--wiki |
-w |
Wiki ID (omit to remove for all wikis) | |
--yes |
-y |
Skip confirmation prompt |
Options inherited from parent commands¶
| Flag | Shorthand | Description | Default |
|---|---|---|---|
--id |
-i |
Canasta instance ID | |
--verbose |
-v |
Verbose output |
SEE ALSO¶
- canasta sitemap - Manage sitemaps for a Canasta instance