Skip to main content

clawker network prune

Remove unused networks

Synopsis

Removes all clawker-managed networks that are not currently in use. This command removes networks that have no connected containers. Use with caution as this may affect container communication. Networks with connected containers are left untouched.
clawker network prune [OPTIONS] [flags]

Examples

  # Remove all unused clawker networks
  clawker network prune

  # Remove without confirmation prompt
  clawker network prune --force

Options

  -f, --force   Do not prompt for confirmation
  -h, --help    help for prune

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also