正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

Dependency Proxy API

  • Tier: Free, Premium, Ultimate
  • Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated

Use this API to manage the dependency proxy.

Purge the dependency proxy for a group

Schedules for deletion the cached manifests and blobs for a group. This endpoint requires the Owner role for the group.

DELETE /groups/:id/dependency_proxy/cache
AttributeTypeRequiredDescription
idinteger or stringyesThe ID or URL-encoded path of the group.

Example request:

curl --request DELETE \
    --header "PRIVATE-TOKEN: <your_access_token>" \
    --url "https://gitlab.example.com/api/v4/groups/5/dependency_proxy/cache"