Skip to content

Deleting skills doesn't seem to work #223

@timflannagan

Description

@timflannagan

When adding a skill to the registry, I can list that skill, but deleting that skill returns a 404:

$ arctl skill list                                                                                                       1 ↵
NAME              TITLE   VERSION   CATEGORY   WEBSITE
git-commit                latest    <none>
repo-compliance           v0.1.0    <none>
$ arctl skill delete repo-compliance --version "v0.1.0"
Deleting skill repo-compliance version v0.1.0...
Error: failed to delete skill: unexpected status: 404 Not Found, {"detail":"Endpoint not found. See /docs for the API documentation.","status":404,"title":"Not Found"}
Usage:
  arctl skill delete <skill-name> [flags]

Flags:
  -h, --help             help for delete
      --version string   Specify the version to delete (required)

Global Flags:
      --registry-token string   Registry bearer token (overrides ARCTL_API_TOKEN)
      --registry-url string     Registry base URL (overrides ARCTL_API_BASE_URL; default http://localhost:12121)
  -v, --verbose                 Enable verbose output

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions