The nexter/toggle-snippet ability enables or disables a Nexter Extension code snippet by its ID. Pass the snippet ID and an optional status value (1 for active, 0 for inactive). If you omit status, the ability flips the current state. Use nexter/list-snippets to find the snippet ID first.
Key Takeaways
Required Setup
This ability ships with Nexter Extension (Free). If you do not have it installed, follow the guide on how to install and activate Nexter Extension first.
Parameters
What It Returns
The ability returns: success (boolean), new_status (the state after the change — active or inactive), and message (a confirmation string).











