From 28867760a4d72b9e95d2a16610c5dae6908a9c8c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:05:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/reference/server-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference/server-api.md b/docs/source/reference/server-api.md index 7b2634f7..6bfff7fc 100644 --- a/docs/source/reference/server-api.md +++ b/docs/source/reference/server-api.md @@ -272,7 +272,7 @@ It will now be absent from the user `servers` model. : This code means your request was accepted, but is not yet completely processed. The server has `pending: 'stop'` at this point. -There is no progress API for checking when a server actually stops. +There is no progress API for checking when a server actually stops. Thus, the only available alternative is to poll the server and wait for it to disappear from the user `servers` model. This Python code snippet can be used to check if a server stops: