V1ContainerStateTerminated

March 28, 2026 ยท View on GitHub

ContainerStateTerminated is a terminated state of a container.

Properties

NameTypeDescriptionNotes
container_idstrContainer's ID in the format '<type>://<container_id>'[optional]
exit_codeintExit status from the last termination of the container
finished_atdatetimeTime at which the container last terminated[optional]
messagestrMessage regarding the last termination of the container[optional]
reasonstr(brief) reason from the last termination of the container[optional]
signalintSignal from the last termination of the container[optional]
started_atdatetimeTime at which previous execution of the container started[optional]

[Back to Model list] [Back to API list] [Back to README]