deleteSchedule

On this page
Back to index

Summary

Deletes a schedule.
projectName
Stringrequired
The name for the project that must be unique among all projects.
scheduleName
Stringrequired
Name for the schedule; must be unique among all schedules for the project.

Usage

Perl

$cmdr->deleteSchedule( "test-projectName", # projectName "test-scheduleName" # scheduleName );

ectool

ectool deleteSchedule \ "test-projectName" `# projectName` \ "test-scheduleName" `# scheduleName`