Skip to main content
POST
/
environment
/
{environmentId}
/
checkContainerImage
Check container image configuration is correct
curl --request POST \
  --url https://api.qovery.com/environment/{environmentId}/checkContainerImage \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "registry_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "image_name": "<string>",
  "tag": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"

Path Parameters

environmentId
string<uuid>
required

Environment ID

Body

application/json
image_name
string
required
tag
string
required
registry_id
string<uuid>

Response

Information about the image

The response is of type object.