mirror of https://github.com/knative/client.git
676 B
676 B
kn trigger delete
Delete a trigger.
Synopsis
Delete a trigger.
kn trigger delete NAME [flags]
Examples
# Delete a trigger 'mytrigger' in default namespace
kn trigger delete mytrigger
Options
-h, --help help for delete
-n, --namespace string Specify the namespace to operate in.
Options inherited from parent commands
--config string kn config file (default is ~/.config/kn/config.yaml)
--kubeconfig string kubectl config file (default is ~/.kube/config)
--log-http log http traffic
SEE ALSO
- kn trigger - Trigger command group