Warning
Helix documentation is moving from docs.bmc.com to docs.helixops.ai

Key pages will redirect to the new domain on May 26, 2026. However, some legacy documentation links will not be redirected. 

In-product help links might not work after migration as we transition and update them within the product.

For any queries, reach out to IX-Support@helixops.ai.

Stop Persona operation


The Stop Persona operation stops a persona.

The following table describes the <items> XML and request elements for the Stop Persona operation.

Adapter request elements for the Stop Persona operation

The following figure illustrates a sample adapter request for the Stop Persona operation:

Sample adapter request for the Stop Persona operation

<dell-aim-request>
    <operation-name>stop-persona</operation-name>
    <arguments>
      <target />
      <persona-id>PI_WEBSTORE_APACHE.2.0</persona-id>
    </arguments>
</dell-aim-request>

The following figure illustrates the adapter response for the sample request:

Sample adapter response for the Stop Persona operation

<dell-aim-response>
  <metadata>
    <status>success</status>
    <response-count>1</response-count>
  </metadata>
  <responses>
    <response>
      <metadata>
        <target>config1</target>
        <status>success</status>
        <count>1</count>
      </metadata>
      <output>
        <message>Persona with ID - "PI_WEBSTORE_APACHE.2.0" stopped successfully.</message>
      </output>
    </response>
  </responses>
</dell-aim-response>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Orchestration Content 20.18.01