v1

latestSwagger 2.02026-07-17107130444.8 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