delete-container-registry-auth
Remove container registry authentication credentials from the RunPod MCP Server to revoke access to private container registries.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
containerRegistryAuthId | Yes | ID of the container registry auth to delete |
Input Schema (JSON Schema)
{
"properties": {
"containerRegistryAuthId": {
"description": "ID of the container registry auth to delete",
"type": "string"
}
},
"required": [
"containerRegistryAuthId"
],
"type": "object"
}