registry_create_namespace
Create a container registry namespace to store and manage Docker images. Specify a unique name, optionally set public access, and add a description.
Instructions
Create a container registry namespace.
The Container Registry API does not support resource-level tags, so unlike other products this namespace is not marked with the managed tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Namespace name (forms part of the image URL, must be unique). | |
| region | No | Region. Defaults to the configured region. | |
| project | No | Optional project ID. Defaults to the configured project. | |
| is_public | No | Whether images in the namespace are publicly pullable. | |
| description | No | Optional human-readable description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||