Skip to main content
PATCH
Update a Registry

Path Parameters

name
string
required

Registry name

Body

application/json

Request model for updating a private container registry.

You can update the display name alone, or update credentials (url + username + password must all be provided together).

name
string | null

New display name for the registry (max 63 chars, DNS-1035 format). Must be unique within the organization.

url
string | null

New registry URL

username
string | null

New username for authenticating with the registry

password
string | null

New password or access token for authenticating with the registry

Response

Successful Response

Response model for a private container registry.

Credentials are never included in responses.

name
string
required
url
string
required

Primary registry URL extracted from docker config

id
string<uuid> | null

Unique registry identifier

created_at
string | null
updated_at
string | null