> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/v.-spring-boot-actuator/58.-cloud-foundry-support/58.1-disabling-extended-cloud-foundry-actuator-support.md).

# 58.1 禁用扩展的Cloud Foundry执行器支持

如果你想要完全禁用`/cloudfoundryapplication`端点，你可以将如下内容加入你的`application.properties`文件：

**application.properties.**

```
management.cloudfoundry.enabled=false
```
