Knowledge Center Contents Previous Next |
lsb_removereservation()
Removes a reservation.
DESCRIPTION
Use lsb_removereservation() to remove a reservation. mbatchd removes the reservation with the specified reservation ID.
SYNOPSIS
#include <lsf/lsf.h> int lsb_removereservation(char *rsvId) struct rmRsvRequest { char *rsvId; };PARAMETERS
*rsvId
Reservation ID of the reservation that you wish to remove.
RETURN VALUES
integer:0
The reservation was removed successfully.
integer:-1
The reservation removal failed.
ERRORS
On failure, lsberrno is set to indicate the error.
SEE ALSO
Related APIs
lsb_addreservation() - Makes a reservation
lsb_modreservation() - Modifies a reservation
lsb_reservationinfo() - Retrieves reservation information
Equivalent line command
brsvdel
Files:
none
Platform Computing Inc.
www.platform.com |
Knowledge Center Contents Previous Next |