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

# masterskills unpublish

> Archive a skill for the whole organization — a human decision, on purpose.

```bash theme={"dark"}
masterskills unpublish <slug>

masterskills unpublish @acme/legacy-deploy
```

Archives the skill **org-wide**: it leaves the catalog and stops being installable. Devices that still have it installed learn on their next [update check](/cli/update) and are offered the local removal — nothing is deleted from anyone's machine without their consent.

## Options

| Option      | Effect                       |
| ----------- | ---------------------------- |
| `-y, --yes` | Skip the confirmation prompt |

## Notes

* **Deliberately not an agent action.** The MasterSkills skill does not teach agents this command — removing something from the whole team is a call a human makes, in the terminal or in the [panel](/panel/skills).
* Archiving is idempotent and audited.
* It archives the skill, not a version — for pulling a single bad version, yank it from the skill's panel page instead.
