WITHDRAW PENDINGCMD (Withdraw commands that are pending approval)
Use this command to withdraw a command that is pending approval by an approval administrator.
Privilege class
Any administrator can issue this command.
Syntax
Parameters
- pending_request_id (Required)
- Specifies the request ID for the pending command. Only the administrator ID that issued the command request can withdraw the command. After a request is withdrawn, the command will not run. To view a list of commands that are pending approval and the associated request IDs, issue the QUERY PENDINGCMD command.
- REason
- Specifies a reason for withdrawing the pending command. This parameter is optional. The maximum length of the description is 255 characters. Enclose the reason in quotation marks if it contains blank characters.
Example: Withdraw a pending command that has a request ID of 262
Withdraw request ID 262 for a command that is waiting for approval. Add the reason,No longer required.
withdraw pendingcmd 262 reason="No longer required."
Related commands
| Command | Description |
|---|---|
| APPROVE PENDINGCMD | Approve commands that are pending approval. |
| QUERY PENDINGCMD | Display a list of commands that are pending approval. |
| REGISTER ADMIN | Defines a new administrator. |
| REJECT PENDINGCMD | Reject commands that are pending approval. |
| SET APPROVERSREQUIREAPPROVAL | Specifies whether commands issued by approval administrators require approval. |
| SET COMMANDAPPROVAL | Specifies whether command approval is required. |
| UPDATE ADMIN | Changes the password or contact information associated with any administrator. |
