Register an ECR delegation
Register an Amazon ECR delegation that lets Runpod pull private container images from your AWS registry for Pods and Serverless endpoints.
Authorizations
Runpod API key authentication. Generate an API key in the Runpod console and send it in the Authorization header as Bearer <api_key>. Keys are scoped to the permissions granted when created; requests may return 403 when a valid key lacks access to the requested resource or action.
Body
Response
Delegation created
Delegation identifier
"deleg_abc123"
User ID that created the delegation
"user_xyz"
AWS user/role being delegated
"123456789"
ECR repository name
"runpod/deployment"
ECR image tag
"latest"
AWS region
"us-east-2"
When the delegation was created
"2026-03-13T20:00:00Z"
Optional name for the delegation
"my-delegation"
Formatted ECR registry URI for Docker login
"123456789.dkr.ecr.us-east-2.amazonaws.com"