This topic describes how to delete a time-based schedule in the Serverless Workflow console or by using Alibaba Cloud CLI.
Prerequisites
Delete a time-based schedule in the Serverless Workflow console
Log on to the Serverless Workflow console.
On the Flows page, find the workflow for which you want to create a time-based schedule and click the name of the workflow in the Name column.

-
On the Flows page, click Schedule.
-
On the Schedule tab, find the time-based schedule and click Delete in the Action column.
-
In the Delete Schedule message, click OK.
Delete a time-based schedule by using Alibaba Cloud CLI
You must install and configure Alibaba Cloud CLI Before you use it. For more information, see What is Alibaba Cloud CLI
-
Optional: Run the following command to view the request parameters of the operation:
aliyun fnf DeleteSchedule helpExpected output:
Alibaba Cloud Command Line Interface Version 3.0.45 Product: fnf (FunctionFlow) Link: https://xxxxxx.html Parameters: --FlowName String Required --ScheduleName String Required --RequestId String Optional -
Run the following command to delete a time-based schedule:
aliyun fnf DeleteSchedule --FlowName test --ScheduleName schedule-testExpected output:
{ "RequestId": "c11629d3-7087-8ec8-5682-8254dbf14fce" }