Yank a published skill version from the registry.
shipables unpublish
Yank (withdraw) a published version from the registry. This is only allowed within 72 hours of publishing.
Usage
shipables unpublish <skill@version> [options]
Arguments
| Argument | Description |
|---|---|
skill@version | Skill name with exact version (required). Example: my-skill@1.0.0 |
You must include the version — you cannot unpublish all versions at once.
Options
| Flag | Description |
|---|---|
-f, --force | Skip confirmation prompt |
Examples
Yank a specific version:
shipables unpublish my-skill@1.0.0
Skip confirmation:
shipables unpublish my-skill@1.0.0 --force
Important notes
- 72-hour window — You can only yank a version within 72 hours of publishing it. After that, the version is permanent.
- Yanked, not deleted — Yanked versions are marked with a
yanked_attimestamp. They won't appear in search results or be installed by default, but the version number is reserved and cannot be reused. - Requires authentication — You must be logged in as the skill's author or an org admin/owner.