# Stop

> Tag 0: the client ends the scope; the server sends nothing on the channel, stops the container, and sends the response finish of the scope.

Canonical: https://provider.diverge.network/2.3.0/endpoints/containers-agents-run/client/stop/
Specification revision: 2.3.0

The client ends the scope by opening this channel. The server sends
no frame on the channel; the response finish of the scope is its
answer.

- **The request.** The payload is the tag byte `0` and nothing more.
  [Request](/2.3.0/endpoints/containers-agents-run/client/stop/request/) states its form.
- **The response.** The server sends nothing on the channel.
  [Response](/2.3.0/endpoints/containers-agents-run/client/stop/response/) states the sequence.
- **The effect.** When the server receives the channel request, it
  ends the run: it stops the container, releases the registry repository it served, ends every channel task, and sends the response finish of the scope. The server reads no further channel request on the scope.
- **The volume and the mounts.** The stop does not alter a volume
  or a mount.
