v1

latestOpenAPI 3.1.02026-07-2676123203.9 KB
container 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

namestring required

A user-defined name for a container registry authentication. The name must be unique.

passwordstring required

The password for the container registry.

usernamestring required

The username for the container registry.

Example request

{
  "name": "my creds",
  "password": "my-password",
  "username": "my-username"
}

Response

Successful operation.

idstring

A unique string identifying a container registry authentication.

namestring

A user-defined name for a container registry authentication. The name must be unique.

Example response

{
  "id": "clzdaifot0001l90809257ynb",
  "name": "my creds"
}