CloudOps Orchestration Service (OOS) allows you to delete an execution that is in a final status. Deleting an execution permanently removes its execution record. This action cannot be undone.
Prerequisites
If the execution that you want to delete is in a non-final status, such as Waiting or Running, you must cancel the execution before you delete it. For more information, see Cancel an execution.
The following table describes the execution statuses in OOS.
| Status | Description | Final status |
|---|---|---|
| Started | The execution is created and started. | No |
| Queued | The execution is waiting in the queue due to traffic control. | No |
| Running | The execution is running. | No |
| Waiting | The execution is waiting for inputs from external systems. | No |
| Success | The execution is complete, and the result is successful. | Yes |
| Failed | The execution is complete, but the result indicates a failure. | Yes |
| Cancelled | The execution is canceled. | Yes |
Procedure
Log on to the OOS console.
In the left-side navigation pane, choose Automated Task > Task Execution Management.
Find the execution that you want to delete and click Delete in the Actions column.
In the message that appears, click OK.