Update a container registry credential
Updates one or more fields. Omitted fields stay unchanged. Send a new token to rotate it (the existing token is never returned).
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Credential UUID
Body
Update a container registry credential
Display name (must be unique within the workspace)
Registry provider
docker_hub, github, gitlab, aws_ecr, azure, digitalocean, quay, generic Registry username
New password/token to rotate the stored secret
Registry hostname URL
Skip live credential validation (non-production environments only)
Response
Update a container registry credential
Api_V1_Entities_ContainerRegistryCredential model
Unique credential identifier — pass this as deployment_config.credential_id when creating an app
Display name (unique per workspace)
Registry provider: 'docker_hub', 'github', 'gitlab', 'aws_ecr', 'azure', 'digitalocean', 'quay', or 'generic'
Registry username
Registry hostname (required for 'generic', 'aws_ecr', 'azure'; optional for others)
Creation timestamp
Last update timestamp

