Block POST and PUT command

Hi
i would like to know how to block
POST /api/database
PUT /api/database/:id
POST /api/setup/validate

as my server could not update the new version in temp.

Thanks

You need a reverse proxy or a load balancer on top of Metabase to do so, do you have one of those?