get_registry_info
Retrieve detailed Vultr container registry information including usage statistics, configuration, and endpoints using registry name or ID.
Instructions
Get comprehensive registry information including usage and configuration.
Smart identifier resolution: Use registry name or ID.
Args: registry_identifier: Registry name or ID
Returns: Complete registry information with usage statistics and endpoints
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| registry_identifier | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "registry_identifier": {
      "title": "Registry Identifier",
      "type": "string"
    }
  },
  "required": [
    "registry_identifier"
  ],
  "type": "object"
}