**Source URL:** https://limited.veevavault.dev/sitevault/vault-api/api-reference/24.3/sandbox-vaults/pre-production-vaults/promote-to-production.md

# Promote to Production



Given a built pre-production Vault, promote it to a production Vault. This is analogous to the *Promote* action in the Vault UI.

You must build your pre-production Vault before you can promote it to production.

<Endpoint path="/api/{version}/objects/sandbox/actions/promoteproduction" method="POST"></Endpoint>

## Headers {#headers}

<FieldTable>
| Name | Description |
| --- | --- |
| `Accept` | `application/json` (default) |
| `Content-Type` | `application/x-www-form-urlencoded` |
</FieldTable>

## Body Parameters {#body-parameters}

## Request {#request}

<CodeExample title="">
```
curl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "name=VeePharm"
https://myvault.veevavault.com/api/v21.2/objects/sandbox/actions/promoteproduction

```
</CodeExample>

## Response {#response}

<CodeExample title="">
```
{
    "responseStatus": "SUCCESS"
}

```
</CodeExample>

---

**Previous:** [Build Production Vault](/sitevault/vault-api/api-reference/24.3/sandbox-vaults/pre-production-vaults/build-production-vault)  
**Next:** [Logs](/sitevault/vault-api/api-reference/24.3/logs)