# Servebolt API (v1) ## Docs - [Introduction](https://docs.servebolt.io/doc-468427.md): - [Auth](https://docs.servebolt.io/folder-1075618.md): - [WordPress](https://docs.servebolt.io/folder-10024607.md): ## API Docs - Auth [Signup](https://docs.servebolt.io/api-6626571.md): Create a new account on Servebolt. - Auth [Login](https://docs.servebolt.io/api-6270910.md): Authenticate and retrieve an access token for your account. Currently, the access tokens expire in 30 days. - Auth [User Info](https://docs.servebolt.io/api-6270935.md): Get user information associated with the provided access token. - Auth [Heartbeat](https://docs.servebolt.io/api-8496272.md): An endpoint to test your authentication on the Servebolt API in a simple and fast request. - Auth [Refresh Token](https://docs.servebolt.io/api-6626570.md): Refresh a provided access token. By inputting both access_token(in header) and refresh_token. You can retrieve a new access token that expires in 30 days. - Auth [Reset Password](https://docs.servebolt.io/api-6626572.md): Request a password reset for your account, using the email you signed up with. This endpoint does not require authentication. - Auth [Resend SMS verification code](https://docs.servebolt.io/api-6626591.md): If needed, using only your access token, you can request a new SMS code to verify your phone number. - Auth [Verify your phone number](https://docs.servebolt.io/api-6626592.md): Use the received SMS code to verify your phone number. - Auth [MFA Challenge (OTP)](https://docs.servebolt.io/api-13629606.md): If you have MFA enabled on your account, the *Login* endpoint will ask you to complete the authentication with an OTP challenge. You can use this endpoint to complete the MFA challenge and get a usable access token. - Bolts > Access [Invite User Contact](https://docs.servebolt.io/api-6626739.md): Invite a user to a Bolt. Available roles are technical contact and developer. - Bolts > Access [List Contacts](https://docs.servebolt.io/api-6626740.md): List a Bolt's users. - Bolts > Access [Update Contact Role](https://docs.servebolt.io/api-6626741.md): Update the role of a Bolt's user. - Bolts > Access [Delete Contact](https://docs.servebolt.io/api-6626742.md): Remove a user from a Bolt. **Note:** this does not delete the user from the system. - Bolts > Databases [List Bolt Databases](https://docs.servebolt.io/api-6626746.md): List all databases associated with a Bolt. - Bolts > Databases [Get Bolt Database](https://docs.servebolt.io/api-6626748.md): Get the details of a database. - Bolts > Databases [Create Bolt Database](https://docs.servebolt.io/api-6626747.md): Add a new database to a Bolt. - Bolts > Databases [Update Bolt Database](https://docs.servebolt.io/api-6626749.md): Update the information of a database. - Bolts > Databases [Delete Bolt Database](https://docs.servebolt.io/api-6626751.md): Delete a database. **Warning:** no data will be preserved! - Bolts > Statistics [Dynamic Requests Statistics](https://docs.servebolt.io/api-6626753.md): Get a Bolt's dynamic request statistics. - Bolts > Statistics [TTFB Statistics](https://docs.servebolt.io/api-6626754.md): Get a Bolt's TTFB statistics. - Bolts > Statistics [Storage Statistics](https://docs.servebolt.io/api-6626755.md): Get a Bolt's storage statistics. - Bolts > Statistics [Content Type Statistics](https://docs.servebolt.io/api-6626756.md): Get a Bolt's content type statistics. - Bolts > Statistics [Cache Statistics](https://docs.servebolt.io/api-6626757.md): Get a Bolt's cache statistics. - Bolts > Statistics [Sites Dynamic Requests Statistics](https://docs.servebolt.io/api-6626758.md): Get a Bolt's dynamic request statistics per site. - Bolts > Statistics [Sites TTFB Statistics](https://docs.servebolt.io/api-6626759.md): Get a Bolt's TTFB statistics per site. - Bolts > Statistics [Sites Storage Statistics](https://docs.servebolt.io/api-6626760.md): Get a Bolt's storage statistics per site. - Bolts [List Bolts](https://docs.servebolt.io/api-6626732.md): List all the Bolts you have access to. - Bolts [Bolt Name Validate](https://docs.servebolt.io/api-6626730.md): Validate a bolt name to know if it will be accepted by the system. - Bolts [Available CMS](https://docs.servebolt.io/api-6626805.md): List all CMS supported by Servebolt. - Bolts [Create Bolt](https://docs.servebolt.io/api-6626733.md): Create a new free trial Bolt. - Bolts [Get Bolt](https://docs.servebolt.io/api-6626734.md): Get the details of a Bolt. - Bolts [Get Bolt Sites](https://docs.servebolt.io/api-6626752.md): List the sites of a Bolt. - Bolts [Update Bolt](https://docs.servebolt.io/api-6626735.md): Update the details of a Bolt. - Bolts [Archive Bolt](https://docs.servebolt.io/api-6626737.md): Archive a Bolt. **Note:** when a Bolt is archived all the environments and domains are disabled and the data retained for *7 days*. Contact our Support team if you need to restore an archived Bolt. - Bolts [Available PHP Versions](https://docs.servebolt.io/api-6626743.md): Get all available PHP versions for a Bolt. - Bolts [Get Bolt Subscription](https://docs.servebolt.io/api-6626744.md): Get the current billing subscription of a Bolt. - Bolts [Bolt Usage](https://docs.servebolt.io/api-6626728.md): Get a Bolt's usage information. - Bolts [Update Bolt Quota](https://docs.servebolt.io/api-6626745.md): Update a Bolt's max storage. **This endpoint is only available for Bolts on dedicated servers.** - Bolts [Transfer Bolt Request](https://docs.servebolt.io/api-12969185.md): Create a transfer request torwards another user of the target bolt. - Bolts [Transfer Bolt Request Copy](https://docs.servebolt.io/api-13612020.md): Create a transfer request torwards another user of the target bolt. - Sites > Git [Get Git Status](https://docs.servebolt.io/api-6626776.md): Get a site git configuration. - Sites > Git [Create Git Configuration](https://docs.servebolt.io/api-6626777.md): Configure git for an environment. - Sites > Git [Update Git Configuration](https://docs.servebolt.io/api-6626778.md): Update the git configuration of an environment. - Sites > Git [Delete Git Repository](https://docs.servebolt.io/api-6626779.md): Delete the git configuration of a site. **Note:** files on the site will not be touched. - Sites > Git [Deploy Git Repository](https://docs.servebolt.io/api-6626581.md): Trigger a git deployment on an environment. - Sites > Git [Regenerate Git Public Key](https://docs.servebolt.io/api-6626780.md): Regenerate the git public key needed for deployments. - Sites > Git [Retrieve Git Repository Branches](https://docs.servebolt.io/api-12969107.md): Retrieve a list of all the branches in the configured repository - Sites > Git [Test Git Repository Connection](https://docs.servebolt.io/api-12969156.md): Test if the server is allowed to reach the remote repository. This is useful to check if the public key is installed correctly on the repository. - Sites > Domains [List Domains](https://docs.servebolt.io/api-6626769.md): Get all the domains in your account. - Sites > Domains [List Site Domains](https://docs.servebolt.io/api-6626781.md): Get a list of site domains. - Sites > Domains [Get Site Domain](https://docs.servebolt.io/api-6626782.md): Get a site specific domain. - Sites > Domains [Create Domain Validation](https://docs.servebolt.io/api-6626783.md): Check whether a domain can be added to a site. - Sites > Domains [Create Site Domain](https://docs.servebolt.io/api-6626784.md): Add a domain to a site. - Sites > Domains [Delete Domain](https://docs.servebolt.io/api-6626785.md): Delete a site domain. - Sites > Domains [Get Domain Certificates](https://docs.servebolt.io/api-6626786.md): Get all certificates linked to a domain in a site. - Sites > Domains [Link Certificate to Domain](https://docs.servebolt.io/api-6626787.md): Enable a certificate on a domain in a site. - Sites > Domains [Unlink Certificate from Domain](https://docs.servebolt.io/api-6626788.md): Disable a certificate on a domain in a site. - Sites > Logs [Get Apache Access Logs](https://docs.servebolt.io/api-6626773.md): Get a site access logs. - Sites > Logs [Get Apache Error Logs](https://docs.servebolt.io/api-6626774.md): Get a site error logs. - Sites > Logs [Get Cron Errors](https://docs.servebolt.io/api-6626775.md): Get a site cron error logs. - Sites [List Sites](https://docs.servebolt.io/api-6626573.md): List all the sites of all Bolts in your account. - Sites [Create Site](https://docs.servebolt.io/api-6626574.md): Create a new site in a Bolt. - Sites [Get Site](https://docs.servebolt.io/api-6626575.md): Get the details of a site. - Sites [Update Site](https://docs.servebolt.io/api-6626576.md): Update a site configuration. - Sites [Delete Site](https://docs.servebolt.io/api-6626577.md): Delete a site and all its content. - Sites [Purge Site Cache](https://docs.servebolt.io/api-6626578.md): #### Purge an site HTTP and CloudFlare cache by prefix, host, cache tag or file path. - Sites [Clear OPcache](https://docs.servebolt.io/api-25061362.md): #### Clear OPCache - Sites [List Site Cronjobs](https://docs.servebolt.io/api-6626579.md): List site cronjobs. - Sites [Get Site Statistics](https://docs.servebolt.io/api-6626770.md): Get site statistics. - Sites [Get Environment Available Settings](https://docs.servebolt.io/api-6626771.md): Gets all the available settings that can be updated about an environment. - Sites [Get Site Available PHP Versions](https://docs.servebolt.io/api-6626797.md): Get all available PHP versions for a site. - Sites [Get Site Usage](https://docs.servebolt.io/api-6626772.md): Get site current usage. - Sites [Get Site SSH Accesses](https://docs.servebolt.io/api-6626789.md): Get all the SSH keys that have access to a site. - Sites [Create Site SSH Access](https://docs.servebolt.io/api-6626790.md): Grant SSH access to a site for an SSH key. - Sites [Remove Site SSH Access](https://docs.servebolt.io/api-6626791.md): Revoke SSH access to a site for an SSH key. - Sites [List Site Databases](https://docs.servebolt.io/api-6626792.md): List all databases linked to a site. - Sites [Toggle Site Dev Mode](https://docs.servebolt.io/api-6626793.md): Toggle a site's dev mode where cache will be disabled for 3 hours. - Sites [Site Install Wordpress](https://docs.servebolt.io/api-6626794.md): Install wordpress on a site. **Warning:** this can only be called on empty sites, if it contains files, the installation will fail. - Sites [Site Optimize Wordpress](https://docs.servebolt.io/api-6626795.md): Apply a few optimizations on a wordpress installation for a aite. - Cronjobs [List Cronjobs](https://docs.servebolt.io/api-6626586.md): List all the cronjobs across all your sites. - Cronjobs [Create Cronjob](https://docs.servebolt.io/api-6626587.md): Create a new cronjob on a specific site. - Cronjobs [Get Cronjob](https://docs.servebolt.io/api-6626588.md): Get the details of a cronjob. - Cronjobs [Update Cronjob](https://docs.servebolt.io/api-6626589.md): Update the details of a cronjob. - Cronjobs [Delete Cronjob](https://docs.servebolt.io/api-6626590.md): Delete a cronjob. - Locations [List Locations](https://docs.servebolt.io/api-6626763.md): List all the available datacenters where you can create bolts. You can also find the list of all available PHP versions in each location. - Locations [Check SL8 Availability](https://docs.servebolt.io/api-6626764.md): Check if Servebolt Linux 8 is available on the given location. - Locations [Available Countries](https://docs.servebolt.io/api-6626820.md): All the available countries supported by the system. - Databases [List Databases](https://docs.servebolt.io/api-6626799.md): List all databases directly linked to your account. - Databases [Get Database](https://docs.servebolt.io/api-6626801.md): Get details for a database. - Databases [Create Database](https://docs.servebolt.io/api-6626800.md): Create a new database on a given bolt. *Warning:* the database password will be shown only once after the request is made. - Databases [Update Database](https://docs.servebolt.io/api-6626802.md): Update the details of a database. - Databases [Delete Database](https://docs.servebolt.io/api-6626804.md): Delete a database. **Warning:** no data will be preserved! - Databases [Link Database](https://docs.servebolt.io/api-6626761.md): Link a set of databases to a set of sites. - Databases [Unlink Database](https://docs.servebolt.io/api-6626762.md): Unlink a set of databases from a set of sites. - Databases [Get Slow Queries](https://docs.servebolt.io/api-6626798.md): List all logged slow queries for a database. - SSH Keys [List SSH Keys](https://docs.servebolt.io/api-6626765.md): List all your SSH keys. - SSH Keys [Add a new SSH Key](https://docs.servebolt.io/api-6626766.md): Add a new SSH key to your account. - SSH Keys [Get SSH Key](https://docs.servebolt.io/api-6626767.md): Get details about a SSH Key - SSH Keys [Delete SSH Key](https://docs.servebolt.io/api-6626768.md): Delete one of your SSH keys. - Certificates [List Certificate Orders](https://docs.servebolt.io/api-6626720.md): List all certificate orders linked to your account. - Certificates [Get Certificate Order](https://docs.servebolt.io/api-6626722.md): Get the details of a certificate order. - Certificates [Order new Certificate](https://docs.servebolt.io/api-6626721.md): Place a new order for a SSL certificate. - Certificates [Store custom certificate](https://docs.servebolt.io/api-9989860.md): - Certificates [Update Auto-Renewal](https://docs.servebolt.io/api-6626723.md): Enable or disable the auto-renewal of a certificate order. - Certificates [Verify DNS challenge](https://docs.servebolt.io/api-6626724.md): Request a new DNS challenge for a certificate order. This endpoint needs to be called when all the required TXT DNS records have been created on the target domain. - Certificates [Delete Certificate Order](https://docs.servebolt.io/api-6626725.md): Delete a certificate order. **Note:** any SSL certificate that has been generated for this order will not be deleted, instead it will stop renewing. - Profile [Get User Profile](https://docs.servebolt.io/api-6626807.md): Get your profile information. - Profile [Update User Profile](https://docs.servebolt.io/api-6626808.md): Update your profile information. - Profile [Update Profile Picture](https://docs.servebolt.io/api-6626809.md): Upload your own profile picture. - Profile [Delete Profile Picture](https://docs.servebolt.io/api-6626810.md): Delete your current profile picture. - Profile [Action Required](https://docs.servebolt.io/api-35535758.md): - Billing [Pricing Calculator](https://docs.servebolt.io/api-6626818.md): From different criteria, like storage needed and PHP memory limit, our pricing calculator can give you the best plans matching your requirements. - Billing [Get Billing Customer Info](https://docs.servebolt.io/api-6626806.md): Get your billing information. - Billing [Update Bolt Subscription](https://docs.servebolt.io/api-6626729.md): Change subscription, i.e. upgrade or downgrade your plan, or add extra addons, for a bolt. - Billing [List Invoices](https://docs.servebolt.io/api-6626716.md): Get all the available invoices of the account - Billing [Download Invoice](https://docs.servebolt.io/api-6626717.md): Get the PDF file of an invoice - Billing [List Available addons](https://docs.servebolt.io/api-25234525.md): From different criteria, like storage needed and PHP memory limit, our pricing calculator can give you the best plans matching your requirements. - Billing [Order Checkout](https://docs.servebolt.io/api-26514886.md): Create subscriptions and provision the releated services - Billing [Order Summary](https://docs.servebolt.io/api-26514947.md): Return prices and calculations based on the provided inputs - Billing [Country to Currency](https://docs.servebolt.io/api-36779437.md): - Security > IP Block [List Site IP Blocks](https://docs.servebolt.io/api-21801164.md): - Security > IP Block [Create Site IP Block](https://docs.servebolt.io/api-21801483.md): - Security > IP Block [Delete Site IP Block](https://docs.servebolt.io/api-21801504.md): - Security > GEOSec [Get GEOSec Status](https://docs.servebolt.io/api-21803751.md): - Security > GEOSec [Update GEOSec Configuration ](https://docs.servebolt.io/api-21803765.md): - Security > GEOSec [Disable GEOSec ](https://docs.servebolt.io/api-21803930.md): Revert GEOSec to none - Security > Patchstack [Get Patchstack Cms Status ](https://docs.servebolt.io/api-22087274.md): Returns all components with version and infos - Security > Patchstack [Get Patchstack Cms Historical](https://docs.servebolt.io/api-22092056.md): Returns all components with version and infos - Security > Patchstack [Install Patchstack](https://docs.servebolt.io/api-22096096.md): Install patchstack on the given site - Security > Patchstack [Get Patchstack Software Autoupdate Settings](https://docs.servebolt.io/api-22096109.md): - Security > Patchstack [Update Patchstack Software Autoupdate Settings](https://docs.servebolt.io/api-22096122.md): - Security > Patchstack [Get Patchstack Available Security Modules](https://docs.servebolt.io/api-22096149.md): Get available security modules - Security > Patchstack [Update Patchstack Security Module Status](https://docs.servebolt.io/api-22097366.md): Toggle on/off of a security module - Security > Patchstack [Get Patchstack Status](https://docs.servebolt.io/api-38172306.md): Get available security modules - Security [Get Global Vulnerabilities](https://docs.servebolt.io/api-35535942.md): Get all vulnerabilities across sites - Security [Get Global Malwares](https://docs.servebolt.io/api-35536045.md): Get all vulnerabilities across sites - Backups & Restore [List Bolt Database Backups](https://docs.servebolt.io/api-30889418.md): List all backups of a database available for restore - Backups & Restore [Restore Bolt Database Backup](https://docs.servebolt.io/api-30889495.md): Restore a specific backup - Backups & Restore [Get Bolt Database Restore Status](https://docs.servebolt.io/api-30889498.md): - Backups & Restore [Get Bolt Database Restore Historical](https://docs.servebolt.io/api-30889506.md): - Backups & Restore [List Site Backups](https://docs.servebolt.io/api-30889752.md): List all backups of a site available for restore - Backups & Restore [Restore Site Backup](https://docs.servebolt.io/api-30889754.md): Restore a specific backup - Backups & Restore [Get Site Backup Restore Status](https://docs.servebolt.io/api-30889882.md): - Backups & Restore [Get Site Backup Restore Historical](https://docs.servebolt.io/api-30889888.md): - Backups & Restore [Bulk List Sites and Database Backups](https://docs.servebolt.io/api-33511961.md): List all backups of sites + database available for restore - Backups & Restore [Bulk Restore Site and Database ](https://docs.servebolt.io/api-33511988.md): Restore a site and a databases in one go - Backups & Restore [Bulk List Sites and Database Backups Historical](https://docs.servebolt.io/api-33511994.md): - Environment [Install WordPress on the environment.](https://docs.servebolt.io/api-41594547.md): Install WordPress on the environment. A specific core version can be - WordPress [List wp-cli command history.](https://docs.servebolt.io/api-41595439.md): List the history of wp-cli commands run against this environment (audit trail), newest first. - WordPress [Get a wp-cli command's status and result.](https://docs.servebolt.io/api-41595440.md): Poll the status and result of a previously dispatched wp-cli command. - WordPress [Get WordPress core version.](https://docs.servebolt.io/api-41595441.md): Get the installed WordPress core version. Runs asynchronously. - WordPress [Check for a WordPress core update.](https://docs.servebolt.io/api-41595442.md): Check whether a WordPress core update is available. Runs asynchronously. - WordPress [Verify WordPress core checksums.](https://docs.servebolt.io/api-41595443.md): Verify WordPress core files against their official checksums. Runs asynchronously. - WordPress [Update WordPress core (guarded).](https://docs.servebolt.io/api-41595444.md): Update WordPress core to the latest version, or to a specific `version`. This - WordPress [Run the WordPress database upgrade (guarded).](https://docs.servebolt.io/api-41595445.md): Run WordPress's database upgrade routine (equivalent to visiting - WordPress [List WordPress plugins.](https://docs.servebolt.io/api-41595446.md): List installed WordPress plugins. Runs asynchronously. - WordPress [Install a WordPress plugin.](https://docs.servebolt.io/api-41595447.md): Install a WordPress plugin, from a wp.org slug or an http(s) URL to a zip file - WordPress [Get a WordPress plugin.](https://docs.servebolt.io/api-41595448.md): Get the status and details of a single WordPress plugin. Runs asynchronously. - WordPress [Update a WordPress plugin.](https://docs.servebolt.io/api-41595449.md): Update a WordPress plugin to the latest version, or a specific `version`. Runs asynchronously. - WordPress [Delete a WordPress plugin.](https://docs.servebolt.io/api-41595450.md): Delete a WordPress plugin. The plugin must be deactivated first. Runs asynchronously. - WordPress [Activate a WordPress plugin.](https://docs.servebolt.io/api-41595451.md): Activate a WordPress plugin. Runs asynchronously. - WordPress [Deactivate a WordPress plugin.](https://docs.servebolt.io/api-41595452.md): Deactivate a WordPress plugin. Runs asynchronously. - WordPress [List WordPress themes.](https://docs.servebolt.io/api-41595453.md): List installed WordPress themes. Runs asynchronously. - WordPress [Install a WordPress theme.](https://docs.servebolt.io/api-41595454.md): Install a WordPress theme, from a wp.org slug or an http(s) URL to a zip file - WordPress [Get a WordPress theme.](https://docs.servebolt.io/api-41595455.md): Get the status and details of a single WordPress theme. Runs asynchronously. - WordPress [Update a WordPress theme.](https://docs.servebolt.io/api-41595456.md): Update a WordPress theme to the latest version, or a specific `version`. Runs asynchronously. - WordPress [Delete a WordPress theme.](https://docs.servebolt.io/api-41595457.md): Delete a WordPress theme. Runs asynchronously. - WordPress [Activate a WordPress theme.](https://docs.servebolt.io/api-41595458.md): Activate a WordPress theme. There is no separate "deactivate" — a theme is only - WordPress [List WordPress users.](https://docs.servebolt.io/api-41595459.md): List WordPress user accounts. Never exposes password hashes. Runs asynchronously. - WordPress [Create a WordPress user (guarded for admin role).](https://docs.servebolt.io/api-41595460.md): Create a WordPress user account. Granting the `administrator` role is guarded: - WordPress [Get a WordPress user.](https://docs.servebolt.io/api-41595461.md): Get a single WordPress user account. Never exposes password hashes. Runs asynchronously. - WordPress [Update a WordPress user (guarded for admin role).](https://docs.servebolt.io/api-41595462.md): Update a WordPress user account. Granting the `administrator` role is guarded — - WordPress [Delete a WordPress user (guarded).](https://docs.servebolt.io/api-41595463.md): Delete a WordPress user account. Always guarded — requires `confirm: true`, - WordPress [Add a role to a WordPress user (guarded for admin role).](https://docs.servebolt.io/api-41595464.md): Add a role to a WordPress user (in addition to their existing roles). Granting - WordPress [Remove a role from a WordPress user.](https://docs.servebolt.io/api-41595465.md): Remove a role from a WordPress user, or all roles if `role` is omitted. Never - WordPress [Set a WordPress user's role (guarded for admin role).](https://docs.servebolt.io/api-41595466.md): Replace all of a WordPress user's roles with a single role. Setting - WordPress [Reset a WordPress user's password (guarded).](https://docs.servebolt.io/api-41595467.md): Reset a WordPress user's password to a new random value. Always guarded — - WordPress [Search and replace across the database.](https://docs.servebolt.io/api-41595468.md): Search and replace a string across the WordPress database (e.g. for a domain - WordPress [List WordPress options.](https://docs.servebolt.io/api-41595469.md): List WordPress options, optionally filtered by a search pattern. Secret-looking - WordPress [Add a WordPress option.](https://docs.servebolt.io/api-41595470.md): Add a new WordPress option. Only a curated set of safe, common - WordPress [Get a WordPress option.](https://docs.servebolt.io/api-41595471.md): Get the value of a single WordPress option. Secret-looking option names - WordPress [Update a WordPress option.](https://docs.servebolt.io/api-41595472.md): Update the value of an existing WordPress option. Restricted to the same - WordPress [Delete a WordPress option.](https://docs.servebolt.io/api-41595473.md): Delete a WordPress option. Restricted to the same curated safe-key set as add. - WordPress [Check the database.](https://docs.servebolt.io/api-41595474.md): Check the WordPress database for corruption. Runs asynchronously. - WordPress [Repair the database.](https://docs.servebolt.io/api-41595475.md): Repair the WordPress database. Runs asynchronously. - WordPress [Optimize the database.](https://docs.servebolt.io/api-41595476.md): Optimize the WordPress database tables. Runs asynchronously. - WordPress [Get the database size.](https://docs.servebolt.io/api-41595477.md): Get the WordPress database size, optionally broken down per table. Runs - WordPress [Get a WordPress transient.](https://docs.servebolt.io/api-41595478.md): Get the value of a WordPress transient (cached value). Runs asynchronously. - WordPress [Delete a WordPress transient.](https://docs.servebolt.io/api-41595479.md): Delete a single WordPress transient by key. There is no way to set/write - WordPress [Delete all WordPress transients.](https://docs.servebolt.io/api-41595480.md): Delete WordPress transients in bulk. By default every transient is deleted, which also clears live cached values and forces every consumer to regenerate at once — pass `expired=true` to delete only the ones whose expiry has already passed. Runs asynchronously. - WordPress [Install WordPress on the environment (site-key authable).](https://docs.servebolt.io/api-41793811.md): Install WordPress on the environment. The customer-facing counterpart ## Schemas - Sample Schemas [Pet](https://docs.servebolt.io/schema-1644605.md): - Sample Schemas [Category](https://docs.servebolt.io/schema-1644606.md): - Sample Schemas [Tag](https://docs.servebolt.io/schema-1644607.md): - [WordpressInstalled](https://docs.servebolt.io/schema-16639772.md): - [WordpressInstall](https://docs.servebolt.io/schema-16990958.md): - [WordpressSiteInstall](https://docs.servebolt.io/schema-17055674.md): - [WpCommand](https://docs.servebolt.io/schema-16639773.md): - [WordpressInstalledResponse](https://docs.servebolt.io/schema-16991020.md): - [WpCommandResponse](https://docs.servebolt.io/schema-16991021.md):