Merge pull request #1741 from balena-os/clarify-temp-action

Clarify that /v2/applications/:appId/stop-service is temporary
This commit is contained in:
bulldozer-balena[bot] 2021-07-06 00:49:09 +00:00 committed by GitHub
commit 5ad1917300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -830,8 +830,7 @@ This endpoint can also take an extra optional boolean, `force`, which if true in
Added in supervisor version v7.0.0. Support for passing `serviceName` instead of
`imageId` added in v8.2.2.
Use this endpoint to stop a service in the application with application id
passed in with the url.
Temporarily stops an application's container. Rebooting the device or supervisor will cause the container to start again. The container is not removed with this endpoint.
From an application container:
```bash