Command Reference Guide

brsvdel
156 Platform LSF Command Reference
brsvdel
deletes an advance reservation
Synopsis
brsvdel reservation_ID ...
brsvdel {-h | -V}
Description
CAUTION: By default, this command can only be used by LSF administrators or root.
Deletes advance reservations for the specified reservation IDs.
For example, if the following command was used to create the reservation
user1#0,
brsvadd -n 1024 -m hostA -u user1 -b 13:0 -e 18:0
Reservation "user1#0" is created
the following command deletes the reservation:
brsvdel user1#0
Reservation user1#0 is being deleted
You can delete multiple reservations at a time.
To allow users to delete their own advance reservations without administrator
intervention, configure advance reservation policies in the ResourceReservation
section of
lsb.resources.
Administrators and root can delete any reservations. Users listed in the
ResourceReservation section can only delete reservations they created themselves.
Options
-h Prints command usage and exits.
-V Prints LSF release version and exits.
See also
brsvadd, brsvmod, brsvs, lsb.resources