---
title: "Update server PHP max execution time"
method: PUT
path: "/orgs/{organization}/servers/{server}/php/max-execution-time"
tags: ["Servers"]
---

# Update server PHP max execution time

`PUT /orgs/{organization}/servers/{server}/php/max-execution-time`

Processing mode: <small><code>async</code></small>

## Path parameters

- `organization` string, required
- `server` integer, required

## Request body

- UpdatePhpSettingsRequest
  - `max_upload_size` integer, nullable
  - `max_execution_time` integer, nullable
  - `opcache` boolean, nullable

## Response `202`

## Other responses

- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.dev/mfullbrook/apis/forge.md) · [All operations](https://skmtc.dev/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mfullbrook/forge/revisions/24ad66d99f93/schema)
