Deleting a Trigger

Delete triggers in the DevOps service.

For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.

    1. Open the navigation menu and click Developer Services. Under DevOps, click Projects.
    2. Select a project and click Triggers on the left-side menu.
    3. Select a trigger that you want to delete and click Delete.
    4. In the Remove trigger dialog box, click Yes, remove trigger.
  • To delete a trigger, run the delete command:

    oci devops trigger delete --trigger-id

    To get all the commands for trigger:

    oci devops trigger -h
  • To delete a trigger, use the DeleteTrigger operation.