Pull Image
Docker
Pull Image
Initiate Docker image pull as background task. Returns immediately with task status for monitoring.
Args: image: DockerImage object containing the image name to pull docker_service: Docker service dependency
Returns: Status of the pull operation initiation
POST
Pull Image
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Docker image name with optional tag (e.g., 'hummingbot/hummingbot:latest')
Response
Successful Response

