mirror of https://github.com/knative/client.git
40 lines
676 B
Markdown
40 lines
676 B
Markdown
## 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](kn_trigger.md) - Trigger command group
|
|
|