A valid request URL is required to generate request examples
{ "status": "<string>", "code": 123 }
Trigger a controlled manual deployment to release all the staged changes
cURL
curl --request POST \ --url {schemes}://api.upsun.com/projects/{projectId}/environments/{environmentId}/deploy \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "strategy": "rolling" } '
The deployment strategy (rolling or stopstart)
rolling
stopstart
The status text of the response
The status code of the response