---
title: "Start a new WordPress installation (async)"
method: POST
path: "/api/client/wordpress"
tags: ["Client - WordPress"]
---

# Start a new WordPress installation (async)

`POST /api/client/wordpress`

Dispatches a background install job. Poll /api/client/wordpress/install-status with the returned job_key to track progress.

## Request body

- object
  - `domain_id` integer, required
  - `install_path` string, nullable — Subdirectory (e.g. 'blog'). Empty for root.
  - `site_title` string, required
  - `site_description` string
  - `allow_search_engines` boolean
  - `admin_username` string, required
  - `admin_email` string, email, required
  - `admin_password` string, required
  - `admin_first_name` string
  - `admin_last_name` string
  - `enable_debug` boolean
  - `clean_existing_files` boolean
  - `language` string
  - `timezone` string

## Response `202`

Install job dispatched

- object
  - `job_key` string
  - `status_url` string

## Other responses

- `404` — Domain not found on this account
- `422` — Validation error

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
