Skip to main content
POST
/
containerregistryauth
Create a new container registry auth
curl --request POST \
  --url https://rest.runpod.io/v1/containerregistryauth \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "my creds",
  "password": "my-password",
  "username": "my-username"
}'
{
  "id": "clzdaifot0001l90809257ynb",
  "name": "my creds"
}

Authorizations

Authorization
string
header
required

Body

application/json
name
string
required
Example:
password
string
required
Example:
username
string
required
Example:

Response

id
string
Example:
name
string
Example: