pbs_rdel.1B 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .\" Copyright (C) 1994-2018 Altair Engineering, Inc.
  2. .\" For more information, contact Altair at www.altair.com.
  3. .\"
  4. .\" This file is part of the PBS Professional ("PBS Pro") software.
  5. .\"
  6. .\" Open Source License Information:
  7. .\"
  8. .\" PBS Pro is free software. You can redistribute it and/or modify it under the
  9. .\" terms of the GNU Affero General Public License as published by the Free
  10. .\" Software Foundation, either version 3 of the License, or (at your option) any
  11. .\" later version.
  12. .\"
  13. .\" PBS Pro is distributed in the hope that it will be useful, but WITHOUT ANY
  14. .\" WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  15. .\" FOR A PARTICULAR PURPOSE.
  16. .\" See the GNU Affero General Public License for more details.
  17. .\"
  18. .\" You should have received a copy of the GNU Affero General Public License
  19. .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. .\"
  21. .\" Commercial License Information:
  22. .\"
  23. .\" For a copy of the commercial license terms and conditions,
  24. .\" go to: (http://www.pbspro.com/UserArea/agreement.html)
  25. .\" or contact the Altair Legal Department.
  26. .\"
  27. .\" Altair’s dual-license business model allows companies, individuals, and
  28. .\" organizations to create proprietary derivative works of PBS Pro and
  29. .\" distribute them - whether embedded or bundled with other software -
  30. .\" under a commercial license agreement.
  31. .\"
  32. .\" Use of Altair’s trademarks, including but not limited to "PBS™",
  33. .\" "PBS Professional®", and "PBS Pro™" and Altair’s logos is subject to Altair's
  34. .\" trademark licensing policies.
  35. .\"
  36. .TH pbs_rdel 1B "18 May 2018" Local "PBS Professional"
  37. .SH NAME
  38. .B pbs_rdel
  39. \- delete a PBS advance or standing reservation
  40. .SH SYNOPSIS
  41. .B pbs_rdel
  42. <reservation ID>[,<reservation ID>...]
  43. .br
  44. .B pbs_rdel
  45. --version
  46. .SH DESCRIPTION
  47. The
  48. .B pbs_rdel
  49. command deletes reservations in the order specified.
  50. This command deletes the specified reservations, whether or not they
  51. are running, all jobs in the reservations, and the reservation queues.
  52. .B Required Privilege
  53. .br
  54. A reservation may be deleted by its owner, a PBS Operator,
  55. or a PBS Manager.
  56. .SH OPTIONS
  57. .IP "--version" 10
  58. The
  59. .B pbs_rdel
  60. command returns its PBS version information and exits.
  61. This option can only be used alone.
  62. .SH OPERANDS
  63. The pbs_rdel command accepts one or more
  64. .I reservation ID
  65. operands.
  66. .br
  67. For an advance reservation this has the form:
  68. .RS 4
  69. .I "R<sequence number>[.<server name>][@<remote server>]"
  70. .RE
  71. For a standing reservation this has the form:
  72. .RS 4
  73. .I "S<sequence number>[.<server name>][@<remote server>]"
  74. .RE
  75. .I @<remote server>
  76. specifies a reservation at a server other than the default server.
  77. .SH EXIT STATUS
  78. .IP "Zero" 10
  79. Upon success
  80. .IP "Greater than zero" 10
  81. Upon failure to process any operand
  82. .SH SEE ALSO
  83. The
  84. .B PBS Professional User's Guide,
  85. the
  86. .B PBS Professional Administrator's Guide,
  87. pbs_rsub(1B),
  88. pbs_rstat(1B),
  89. pbs_resv_attributes(7B)