Deleting configurable services

Use the web user interface or a command to delete a configurable service.

About this task

To delete a configurable service by using the command line or a script, use the mqsideleteconfigurableservice command and include the following parameters:
  • Specify -c to identify the configurable service type.
  • Specify -o to identify the name of the configurable service.
For example, to delete an ActivityLog configurable service that is named MyActivityLog, where the integration node name is IBNODE, type the following command:
mqsideleteconfigurableservice IBNODE -c ActivityLog -o MyActivityLog

To delete a configurable service by using the web user interface, complete the following steps:

Procedure

  1. Start the web user interface for your integration node; see Accessing the web user interface.
    The navigator is displayed on the left side of the pane, showing the servers (integration servers), message flows, and other resources that are owned by your integration node.
  2. Expand the Operational Policy section in the navigator, and then expand the Configurable Services section.
  3. Expand the type of the configurable service that you want to delete.
    A list of the configurable services of the selected type are displayed.
    Note: By default, the list of configurable services includes the IBM® predefined configurable service templates. You can hide the IBM predefined templates by clicking the Filter Options link at the top of the navigator, and then deselecting the Show IBM predefined templates check box.
  4. Click the down arrow beside the configurable service that you want to delete to display the menu.
    Note: You cannot delete an IBM predefined template.
  5. Click Delete and then Yes to confirm.
    The selected configurable service is deleted.

What to do next

For most types of configurable service, your changes will take effect from the next time a message flow that uses the configurable service is called. For some types of configurable service (where it is stated in the documentation for the configurable service type) you must stop and start the integration server for the change to take effect.