Back to index
Summary
Deletes the specified reservation.projectNameStringrequiredThe name for the project that must be unique among all projects. reservationNameStringrequiredThe name of the environment reservation. |
Usage
Perl
$cmdr->deleteReservation( "test-projectName", # projectName "test-reservationName" # reservationName );
ectool
ectool deleteReservation \ "test-projectName" `# projectName` \ "test-reservationName" `# reservationName`