$ kn trigger delete <trigger_name>
Using the Knative (kn
) CLI to delete a trigger provides a streamlined and intuitive user interface.
You can use the kn trigger delete
command to delete a trigger.
The OpenShift Serverless Operator and Knative Eventing are installed on your OpenShift Container Platform cluster.
You have installed the Knative (kn
) CLI.
You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in OpenShift Container Platform.
Delete a trigger:
$ kn trigger delete <trigger_name>
List existing triggers:
$ kn trigger list
Verify that the trigger no longer exists:
No triggers found.