19961: Clarify preemptionNotice significance.
authorTom Clegg <tom@curii.com>
Mon, 27 Feb 2023 19:10:56 +0000 (14:10 -0500)
committerTom Clegg <tom@curii.com>
Mon, 27 Feb 2023 19:10:56 +0000 (14:10 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

doc/api/methods/containers.html.textile.liquid

index c4fa73466d364efd40e1268f2e909b053e53816e..1d6c415a9edb4633fa2a7d3bce24cf0f418446b7 100644 (file)
@@ -93,7 +93,7 @@ table(table table-bordered table-condensed).
 |activity|string|A message for the end user about what state the container is currently in.|Optional.|
 |errorDetail|string|Additional structured error details.|Optional.|
 |warningDetail|string|Additional structured warning details.|Optional.|
-|preemptionNotice|string|Indication that the preemptible instance where the container is running will be terminated soon.|Optional.|
+|preemptionNotice|string|Details about any cloud provider scheduled interruption to the instance running this container.|Existence of this key indicates the container likely was (or will soon be) @Cancelled@ due to an instance interruption.|
 
 h2(#scheduling_parameters). {% include 'container_scheduling_parameters' %}