v1
latestOpenAPI 3.1.02026-07-2676123203.9 KBcontainer registry auths
Create a new container registry auth
Create a new container registry auth. Review authentication, request parameters, response fields, and errors for this Runpod API operation.
post/containerregistryauth
Request body
Example request
{
"name": "my creds",
"password": "my-password",
"username": "my-username"
}Response
Successful operation.
Example response
{
"id": "clzdaifot0001l90809257ynb",
"name": "my creds"
}