registry_create
Create a container registry subscription with a specified name, plan, and region, and receive the new registry's ID, URN, and configuration.
Instructions
Create a new container registry subscription.
Args: name: Name for the container registry plan: Registry plan ("start_up", "business", "premium", etc.) region: Region code for the registry (e.g., "ewr", "lax", "fra") ctx: FastMCP context for resource change notifications
Returns: Created registry information including ID, URN, and configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| plan | Yes | ||
| region | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||