> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry.md).

# Container Registry

- [artifacts](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/artifacts.md)
- [get](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/artifacts/get.md): Get a single artifact by digest
- [list](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/artifacts/list.md): List artifacts in a repository or across a registry
- [locations](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/locations.md): List locations where a registry can be created
- [names](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/names.md): Check whether a registry name is available
- [registry](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/registry.md)
- [create](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/registry/create.md): Create a registry
- [delete](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/registry/delete.md): Delete a registry
- [get](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/registry/get.md): Get the properties of a registry
- [list](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/registry/list.md): List all registries in the contract
- [replace](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/registry/replace.md): Replace a registry's mutable properties (PUT)
- [update](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/registry/update.md): Update a registry's garbage-collection schedule (PATCH)
- [repository](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/repository.md): Delete all repository contents.
- [delete](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/repository/delete.md): Delete all contents of a repository
- [get](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/repository/get.md): Get a repository's properties and stats
- [list](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/repository/list.md): List all repositories in a registry
- [repository](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/repository-1.md): NOTE: This command's behavior will be replaced by \`ionosctl container-registry repository delete\` in the future. Please use that command instead. Delete all contents of a repository (deprecated form).
- [token](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token.md)
- [create](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/create.md): Create a token to authenticate against a registry
- [delete](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/delete.md): Delete a token
- [get](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/get.md): Get a token's properties
- [list](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/list.md): List a registry's tokens
- [replace](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/replace.md): Replace a token, regenerating its password (PUT)
- [scope](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/scope.md)
- [add](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/scope/add.md): Add an access scope to a token
- [delete](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/scope/delete.md): Remove a scope from a token
- [list](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/scope/list.md): List a token's scopes
- [update](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/token/update.md): Update a token's expiry or status (PATCH)
- [vulnerabilities](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/vulnerabilities.md)
- [get](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/vulnerabilities/get.md): Get a single vulnerability finding by ID
- [list](https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry/vulnerabilities/list.md): List vulnerabilities found in an artifact


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/tools-cli/subcommands/container-registry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
