abort order

Aborts a service order.

provadmin abort order [ nodename=<value> ]
                        orderId=<value>
                        [ timeout=<value> ]
                        [ description=<value> ]
                        [ force=<value> ]

The following table describes the general options that are valid with the command.

Option Description
nodename Application node name
orderId The ID of the order to cancel.
timeout The number of seconds the provadmin command waits for the command execution. After this period, the provadmin command ends in error, but the administrative command on the service order will still be ongoing. The default value is 60.
description Additional textual information field that is added to the command. This will show up in the Fulfillment Provisioning logs. The default is provadmin command.
force If false, new commands submitted to a service order will be piled up. If true, the command executes first as soon as the order enters an order queue. The default is false.

The following is a typical output from this command.

>provadmin abort order orderId=my_order nodename=banks
Command <soadmin::Abortk:provadmin command> launched on <my_order>.
Command <Abort:provadmin command> completed.
>