Skip to main content
POST
/
docker
/
clean-exited-containers
Clean Exited Containers
curl --request POST \
  --url http://localhost:8000/docker/clean-exited-containers \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Successful Response