# Instant Deployments

Cosmocloud boasts of **Instant Deployments** which means your application code can be released instantly, without any downtime.

This means that Cosmocloud doesn't need any rolling updates / blue green deployments as well as not even a restart when you release a new version of your application **no matter what scale you are running**.

{% hint style="info" %}
Instant Deployments is something under Cosmocloud's IP and would be available in our Tech Blog later.
{% endhint %}

### On Free Tier / Development Environment

As soon you click on **Save** button on either APIs or Models, they are instantly available and deployed. No latency between saving and consuming the APIs.

### On Pro Projects and Dedicated Environments

As soon as you release a new version (for ex. v2.0), the APIs and Models would be live in **each deployed server instantly**. No wait for the deployment job to be completed or anything.

## Instant Rollbacks

Even when you apply a rollback in a dedicated environment, the rollback itself is like a release, therefore it also gets deployed **instantly** without any downtime or lag.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cosmocloud.io/advanced-guide/performance-considerations/instant-deployments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
