Skip to main content

Update a deployment

PUT 

/products/{product_id}/tags/{tag_id}.json


Update a specific deployed version of the product. This applies to WordPress products only. Use this endpoint to update the release_mode of a deployment to make it available to your customers.

Release Modes

Defined by the release_mode property, with the following possible values:

  • pending – The deployment is pending and not visible to customers. This is the default value.
  • beta – The deployment is in beta mode. Only customers with beta access will see this version.
  • released – The deployment is released and visible to all customers.

Additionally, WordPress plugins and themes support incremental releases and staged rollouts:

  • Incremental Release: Controlled via the is_incremental flag, incremental releases enforce sequential updates, requiring users to install designated intermediate versions before proceeding to newer ones.
  • Staged Rollout: Managed through the limit and percentage_limit flags, staged rollouts enable gradual deployment of updates to a subset of users, allowing for monitoring and issue resolution before full release.

Note: Incremental Release and Staged Rollout are not supported for templates and widgets.

Request

Responses

The updated deployment.