Everywhere Inference
Create inference registry credential
post/cloud/v3/inference/{project_id}/registry_credentials
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
Request body
Example request
{
"name": "docker-io",
"password": "password",
"registry_url": "registry.example.com",
"username": "username"
}Response
OK
Example response
{
"name": "docker-io",
"project_id": 1,
"registry_url": "registry.example.com",
"username": "username"
}