Activate WordPress theme
hosting_activateWordPressThemeV1Activate an installed WordPress theme on your site by providing the installation ID, username, and theme slug. The activation job is queued and processed asynchronously.
Instructions
Activate an installed theme on a WordPress installation.
Provide the WordPress installation (software) identifier in the path. It can
be obtained from GET /api/hosting/v1/wordpress/installations (the id field).
This operation is asynchronous: a successful response only means the activation job has been queued.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | Yes | Slug of the installed theme to activate. | |
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |