get-container-registry-auth
Retrieve container registry authentication credentials from the RunPod MCP Server using a specific registry ID to enable secure access to private container repositories.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
containerRegistryAuthId | Yes | ID of the container registry auth to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"containerRegistryAuthId": {
"description": "ID of the container registry auth to retrieve",
"type": "string"
}
},
"required": [
"containerRegistryAuthId"
],
"type": "object"
}