ReferenceREST APIcontainersStop a containerStop a container POST /v1/containers/:id/stop Sends the image stop signal (default SIGTERM) then SIGKILL if needed. Request Responses200400404503Stop acceptedBad requestContainer not foundSupervisor unavailable