Skip to content

remove

canasta remove

Remove a wiki from a Canasta instance

Synopsis

Remove a wiki from an existing Canasta installation. This deletes the wiki's database, settings files, uploaded images, and its entry in wikis.yaml, then regenerates the Caddyfile and restarts the instance. You will be prompted for confirmation before any data is deleted.

canasta remove [flags]

Examples

  # Remove a wiki by ID
  canasta remove -i myinstance -w docs

  # Remove without confirmation prompt
  canasta remove -i myinstance -w docs -y

Options

Flag Shorthand Description Default
--help -h help for remove
--id -i Canasta instance ID
--wiki -w ID of the wiki
--yes -y Skip confirmation prompt

Options inherited from parent commands

Flag Shorthand Description Default
--verbose -v Verbose output

SEE ALSO

  • canasta - A CLI tool for Canasta installations.