curl --request POST \
--url https://api.primeintellect.ai/api/v1/template/check-docker-image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "<string>",
"registry_credentials_id": "<string>"
}
'{
"errors": [
{
"param": "<string>",
"details": "<string>"
}
]
}Check whether a docker image is accessible (optionally with registry credentials).
curl --request POST \
--url https://api.primeintellect.ai/api/v1/template/check-docker-image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "<string>",
"registry_credentials_id": "<string>"
}
'{
"errors": [
{
"param": "<string>",
"details": "<string>"
}
]
}Was this page helpful?