curl --request GET \
--url http://localhost:8000/docker/exited-containers \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Get all exited (stopped) Docker containers.
Args: name_filter: Optional filter to match container names (case-insensitive) docker_service: Docker service dependency
Returns: List of exited container information
curl --request GET \
--url http://localhost:8000/docker/exited-containers \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Was this page helpful?