Servers

Update Docker cleanup settings

Update Docker cleanup settings for a server owned by the authenticated team.

patch/servers/{uuid}/docker-cleanup

Path parameters

uuidstring required

Server UUID

Request body

docker_cleanup_frequencystring

Cron / human frequency expression.

docker_cleanup_thresholdinteger
force_docker_cleanupboolean
delete_unused_volumesboolean
delete_unused_networksboolean
disable_application_image_retentionboolean

Response

Updated Docker cleanup settings.

docker_cleanup_frequencystring
docker_cleanup_thresholdinteger
force_docker_cleanupboolean
delete_unused_volumesboolean
delete_unused_networksboolean
disable_application_image_retentionboolean

Changes