Deploy an approved deployment
Deploys an approved deployment. The Require review and approval toggle must be enabled in Workspace admin > Settings > Deployments to access this endpoint.
Path parameters
id
The unique identifier of the deployment.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
Response
Success reply
id
The deployment ID.
created_at
The creation time of the deployment, expressed in ISO 8601 timestamp format.
updated_at
The last updated time of the deployment, expressed in ISO 8601 timestamp format.
title
The title of the deployment.
description
The deployment description. This will be null
if not provided in the request that created the deployment.
project_build_id
The ID of the project build associated with the deployment.
environment_type
The environment associated with the deployment.
project_id
The ID of the project associated with the deployment.
state
The current state of the deployment.
Allowed values:
detailed_state
Additional details about the current state of the deployment.
performed_by_name
The name of the user who performed the deployment.
assets
review_state
The state of the review.
Allowed values:
reviews