What is deploy flow of Cloudflare Page?

The deploy starts with:

  • Branch build controls
  • Deploy hooks
  • Direct Uploads: Wrangler / Drag&Drop

But when it ends, is the instance still alive? Or it got destroyed? Is it possible to know the deployment status from an API (do we have one?)

Hey,

Every deployment created by any of those methods will be accessible until you delete it. They do not get automatically deleted.
If you do a Git build, you can check the status of the build through the API - Cloudflare API Documentation
The stages will provide a status per stage.

1 Like

Cool, but can I reuse the data of previous deployment for the next?

What do you mean by “the data”?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.