Delete registry credentials
delete_registryRemove stored credentials for a registry to invalidate its authentication. Pipelines pulling private images from that registry then fail at the pull step, preventing unauthorized access.
Instructions
Removes stored credentials for a registry. Pipelines that pull private images from it start failing at the pull step. Two-step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Which level to act on. "repository" needs repo_id, "organization" needs org_id, and "global" is instance-wide and needs neither (admin only). A pipeline sees the repository level first, then the organization, then global. | |
| org_id | No | Required when scope is "organization". | |
| address | Yes | Registry address, which is also its identifier — for example "docker.io". | |
| repo_id | No | Required when scope is "repository". | |
| confirm_token | No | Token from a previous call of this tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |