Skip to main content
Version: 7.2402.x.x RR

Removing Patterns

Removing a Single Pattern

A pattern that was added by mistake or became obsolete can be removed. Perform these steps to do so:

  1. Click on the overflow icon in the top right corner of the Pattern Editor, to open the overflow menu.
  2. Click Remove pattern in the overflow menu.
Removing a pattern
info

Patterns can be removed even if they are referenced by another pattern (for more information about pattern references, see Pattern reference.

danger

Removing instance patterns

When you remove an instance pattern, the instance will not be removed on the deployment hosts. Removal on the deployment host must be done manually.

Example for manual removal

To completely remove a nevisAuth instance, execute the following commands on the target host:

systemctl stop nevisauth@<name>
systemctl disable nevisauth@<name>
nevisauth inst remove <name>

<name>: The sanitized pattern name. Sanitized means that spaces and other special characters are replaced by underscore.

Removing Multiple Patterns

Removing multiple patterns at once can be done via batch actions. Perform the following steps to remove patterns in batch:

  1. Select multiple patterns.
  2. Click on the batch actions menu.
  3. Click Remove selected action.
  4. Confirm the warning message.
Removing multiple patterns