Skip to main content

Stop a Container

PUT 

/docker-svc/container/stop

Stops a Docker container with the specified parameters.

Requires the docker-svc:container:stop permission.

Request

Body

required

Stop Container Request

    id string
    name string

Responses

OK

Schema

    object

Loading...