Error
A valid request URL is required to generate request examples{
"status": "<string>",
"code": 123
}Environment
Resume a paused environment
Resume a paused environment, restarting all services and applications.
Development environments that haven’t been used for 14 days will be paused automatically. They can be resumed via a redeployment or manually using this endpoint or the CLI as described in the public documentation.
POST
/
projects
/
{projectId}
/
environments
/
{environmentId}
/
resume
Error
A valid request URL is required to generate request examples{
"status": "<string>",
"code": 123
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Last modified on June 16, 2026
Was this page helpful?