mesheryctl filter delete
Delete a filter file
Synopsis
Delete a filter file using the name or ID of a filter
mesheryctl filter delete [filter-name | ID] [flags]
Examples
Delete the specified WASM filter file using name or ID A unique prefix of the name or ID can also be provided. If the prefix is not unique, the first match will be deleted.
mesheryctl filter delete [filter-name | ID]
Options
-h, --help help for delete
Options inherited from parent commands
--config string path to config file (default "/home/runner/.meshery/config.yaml") -t, --token string Path to token file default from current context -v, --verbose verbose output
See Also
Go back to command reference index