ReferenceREST APIcontainersSend a signal to a container (default SIGKILL)Send a signal to a container (default SIGKILL) POST /v1/containers/:id/kill Optional JSON body {"signal":"KILL"} (or SIGKILL). Used by foreground nyx run on Ctrl+C. Request Responses200400404503Kill acceptedBad requestContainer not foundSupervisor unavailable