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
|
|
```
|
|
|
|
### 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 configuration file (default: ~/.config/kn/config.yaml)
|
|
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
|
|
--log-http log http traffic
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [kn trigger](kn_trigger.md) - Manage event triggers
|
|
|