X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae6fe3864ca6b254dfa3345985568c1cc94358fe..095e176632bbf81d28a239742a1ecce12404bd2d:/doc/api/methods/containers.html.textile.liquid diff --git a/doc/api/methods/containers.html.textile.liquid b/doc/api/methods/containers.html.textile.liquid index c4fa73466d..1d2fed768c 100644 --- a/doc/api/methods/containers.html.textile.liquid +++ b/doc/api/methods/containers.html.textile.liquid @@ -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' %} @@ -105,10 +105,12 @@ Required arguments are displayed in %{background:#ccffcc}green%. Supports federated @get@ and @list@. -h2(#create). create +h3(#create). create Create a new Container. +This API requires admin privileges. In normal operation, it should not be used at all. + Arguments: table(table table-bordered table-condensed).