Skip to content

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.

POST/api/{version}/objects/sandbox/actions/promoteproduction
NameDescription
Acceptapplication/json (default)
Content-Typeapplication/x-www-form-urlencoded
curl -X POST -H "Authorization: {SESSION_ID}" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d "name=VeePharm" https://myvault.veevavault.com/api/v23.1/objects/sandbox/actions/promoteproduction
{ "responseStatus": "SUCCESS" }