A valid request URL is required to generate request examples
{ "status": "<string>", "code": 123 }
Trigger the redeployment sequence of an environment.
cURL
curl --request POST \ --url {schemes}://api.upsun.com/projects/{projectId}/environments/{environmentId}/redeploy \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The status text of the response
The status code of the response
Was this page helpful?