> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Stop Mythicmob Npc Animation

> Stops a ModelEngine animation on a MythicMob NPC

Stops a specified ModelEngine animation or all animations on a MythicMob NPC.

## Configuration

<ResponseField name="mythicmob_npc_stop_animation" type="Map" required>
  Configuration for this action.

  <Expandable title="Properties">
    <ResponseField name="target" type="MythicMobNpcFactTarget" required>
      The target MythicMob NPC.
    </ResponseField>

    <ResponseField name="animation" type="Var<String>">
      The internal name of the ModelEngine animation to stop. If not specified, all animations will be stopped.
    </ResponseField>
  </Expandable>
</ResponseField>
