set-health-check - Cloud Foundry CLI Reference Guide


NAME

set-health-check - Change type of health check performed on an app

USAGE

cf set-health-check APP_NAME (process | port | http [--endpoint PATH]) TIP: none has been deprecated but is accepted for process.

EXAMPLES

cf set-health-check worker-app process cf set-health-check my-web-app http --endpoint /foo

OPTIONS

--endpoint

Path on the app (Default: /)