v2

latestSwagger 2.0raw.githubusercontent.com2025-09-17107133447.6 KB
Container

Wait for a container

Block until a container stops, then returns the exit code.

post/containers/{id}/wait

Path parameters

idstring required

ID or name of the container

Query parameters

condition'not-running' | 'next-exit' | 'removed'

Wait until a container state reaches the given condition.

Defaults to not-running if omitted or empty.

Response

The container has exit.

StatusCodeinteger required

Exit code of the container